You can also use the JSTL (JavaServer Pages Standard Tag Library) iteration tags. See http://developer.java.sun.com/developer/Books/javaprogramming/jstl/jstl_chap05.pdf for an example on how to use them to page through information....
> > Dear sir, > > I'm fetching some "n" of records with the 5 columns from > > Database(Server side), all the values are stored in one StringBuffer, > > Now I want to display(Client Side) 10 records per page using > > <PRE/NEXT> link.How we will do in JSP anybody can suggest me, give > > some code for this process. Thanx and regards. > > -Raja. > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > > Some relevant archives, FAQs and Forums on JSPs can be found at: > > http://java.sun.com/products/jsp > http://archives.java.sun.com/jsp-interest.html > http://forums.java.sun.com > http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
