need help in implementing an interface for paged retrieval in JSP.
Hi,
I have a JSP page, which upon login, by default will retrieve all the users from LDAP ( Using OpenLDAP 2.1.25 ) and displays it on the page.
Now , I want to retrict that by retrieving only a specific number of users and have a "next page" kind of functionaity .
Further, we also have provided a "search" functionality on the same page. So can that search also retrieve only the page size number of records?
In this forum - I found that paged retrieval for active directory only.
Thanks a lot for any help.
Ashwini

