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

[563 byte] By [AshwiniRaoa] at [2007-11-27 1:33:58]
# 1
Your problem is not clear to me , but if you are trying to accomplish paging there are pre-built JSP tags , search on google for display tags, JSP Paging Tags to see a few.
appy77a at 2007-7-12 0:40:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...