hi, in our project we were doing this. We were fetching 100 records from the database, and storing them in a session. When the client used to navigate he used to do so with the data in the session, and when he reaches the last then again a database query is done and the next 100 records are stroed in session....
> -----Original Message----- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED] Behalf Of Venkat > Sent: Thursday, April 03, 2003 4:50 PM > To: [EMAIL PROTECTED] > Subject: Re: 10 By 10 > > > Hi Murali, > Where do you store these vectors? > In a session? > > regards > venkat > > -----Original Message----- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED] Behalf Of Murali Mohan > Sent: Thursday, April 03, 2003 4:24 PM > To: [EMAIL PROTECTED] > Subject: Re: 10 By 10 > > > Hi Peter, > Yes I have done it by using only JSP. > > I got the records in a Vector of Vectors. The inside vectors contains DB > data. First we show first vector data and if we click on next > button we show > next vector data and soon.... > > I hope u got it. > > regards, > Murali` > > Peter wrote: > > > hi all > > at out set i thank all the person's who answered my question on screen > format > > now i am again back > > > > assume a resultant after executing a query has 1000 rows i don't want to > show that immediately i want to show 10 by 10 using a button next but the > fact is i dont want to disturb the database again it must be done with the > help of some jsp technique.. > > > > Regards > > Peter > > > > > ================================================================== > ========= > > 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 > > ================================================================== > ========= > 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
