Single category of embedded views not remembered between result pages

Hi,I wrote a view template with an embedded view. The embedded view shows a single category that is picked from a combobox. I also made the embedded view paged at 25 lines per page and added “Previous” and “Next” buttons with @DBCommand(“Domino”;“ViewPreviousPage”) and @DBCommand(“Domino”;“ViewNextPage”). When I click on the “Next” button, the choice for the single category doesn’t seem to be remembered, so the server returns me a 404 error: “HTTP Web Server: Lotus Notes Exception - Entry not found in index”.

How do I fix that?