Xpages: view paging

How would I tackle this?

View displayed in an xpage.

Think lots thousands of entries, starting with letter G, or whatever.

Top index of A B C D E etc acts as startkey to open view where the clicked on letter starts.

THEN below that top index, a pager, to page through all of that letter.

Subject: getDocumentByKey

Let a repeat control do a “getDocumentByKey” for the letter “x”

Thomas Adrian

http://www.notessidan.se

Subject: or

use the restricttocategory/search property of an xPages view

Subject: *Use the category filter in the view control, new in 8.5.2

Subject: …

I meant “getAllDocumentsByKey” :wink: