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