I'd suggest looking to your database to do it (i.e., in SQL), instead of doing it on the application side of things.
Larry On Tue, Jul 15, 2008 at 10:14 AM, kiran vuppla <[EMAIL PROTECTED]> wrote: > Yes. I have seen that paginatedList is soon depricated. Can you please let > me know what is the other paging code that is more flexible? > > > > Thanks, > > KV > > --- On Tue, 7/15/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: Re: Paging > To: [email protected] > Date: Tuesday, July 15, 2008, 10:56 AM > > There is a PaginatedList class you can use, however I removed this > code eventually in the favour of some other paging code that was more > flexible. > > > > > > Quoting "kiran vuppla" <[EMAIL PROTECTED]>: > >> Hi, >> Is there paging (get the results as a set of page) feature can be >> done using iBatis? If so can some one let me know where I can look >> at it or an example will be more helpful. >> >> Thanks in advance, >> Kiran >> >> >> >
