You may want to take a look at the Pager Tag Library at
http://jsptags.com/tags/navigation/pager/

This JSP taglib will help segment the data and render the HTML
output. It is also compatible with any data access method that
you decide on.

-James Klicman

--
http://jsptags.com/ New, Links, and you guessed it, JSP Tags


On Fri, Oct 13, 2000 at 01:27:13PM -0700, Sushil Singh wrote:
> Hi:
>
> I would like to display datebase result page by page, i.e. if the
> resultset (jdbc) contains 100 records then I would like to display 10
> records at a time and if user selects next/prev page, it should display
> the corresponding page records.  If anybody can provide me information
> regarding how to implement, it will be highly appreciated. I have
> implemented the same thing with DB2 record level access (i.e. pointer
> level)
>
> Thanks in advance.
>
> Sushil
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to