diplay of records page by page

2000-01-24 Thread Ashwani Kalra
Hi, Rajiv has given me the solution for diplaying the records page by page(say 10 records per page). But Once i get all the records from the database i dont want to use my EJB to do any thing. I just want those records obtained in a vector or array to be displayed page by page Has any body more

Re: diplay of records page by page

2000-01-25 Thread Rajiv Kumar Bandaru
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 25, 2000 9:33 AM Subject: diplay of records page by page > Hi, > > Rajiv has given me the solution for diplaying the records page by page(say > 10 records per page). But Once i get all the records from the d

Re: diplay of records page by page

2000-01-25 Thread P'Simer, Dana
r, Jr. x7547 [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: Rajiv Kumar Bandaru [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 25, 2000 4:09 AM To: [EMAIL PROTECTED] Subject: Re: diplay of records page by page Hi Ashwani, I think better way to declare u'r array or vector a

Re: diplay of records page by page

2000-01-26 Thread Tim Fox
I did this by having a search bean which held a vector of vectors, the latter vectors representing the results on each page - this was populated when the search was executed. The bean holds state as to the current page and exposes methods which return an enumeration of the results from the current