Problem with embeded view, single category ang navigation i web

I’ve created a web-publishing system i Notes. Each document/topic i categorized by category1 and category2.

To list the documents on web I’ve created a form with a single-category embeded view. To navigate I use @DbCommand(“Domino”; “ViewPreviousPage”) and @DbCommand(“Domino”; “ViewNextPage”).

The embeded view I use is in column 1 categorized on category1, second column decending by date, and third column contains the html-code for the document.

Problem:

When I click Next, the view navigates the first 7 documents, not default 30 (or hardcoded 20 by test).

Anyone had the same experience?

homepage.nsf/pages/index?OpenDocument&Start=7.8

Subject: Problem with embeded view, single category ang navigation i web

The URL you included opens the view to the eighth document in the seventh category (there’s no way to tell how many documents came before). At the very minimum, that’s the fourteenth document in the view (assuming the first six categories contain only one document each).