page « Pagination « JSP-Servlet Q&A





1. Page Pagination    stackoverflow.com

I would like your help to guide me to the easiest way to do page pagination in my jsp. My code is below which is listing the values in a generated table:

<% ...

3. page pagination    coderanch.com

4. Pagination In JSP Page    coderanch.com

7. Paging facility In JSP page    coderanch.com

I have a JSP reports page where datas wiil be fectched from database & displayed....but as i'm having more than 1000 records it takes a hell out of time ro load...is there any way such that i can display 10 reecords at one time & then click some hyperlnk(say "Next") which shows the next ten records...i know about the "limit" keyword ...