RE: Pagination Questions

2008-11-30 Thread Martin Gainty
ot endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Mon, 1 Dec 2008 09:40:50 +0800> From: [EMAIL PROTECTED]> To: user@struts.apache.org> Subject: Re: Pagination Questions> > Hi Adam,&g

Re: Pagination Questions

2008-11-30 Thread KE LI
store the data for the next few pages in > > a buffer. > > > > Which solution will achieve a fast search and reduce the access load > > to the DB? > > > > Thanks a lot for your feedback! > > > > Li, Ke (Licco) > > > > ----

Re: Pagination Questions

2008-11-29 Thread Adam Ruggles
s load > to the DB? > > Thanks a lot for your feedback! > > Li, Ke (Licco) > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -

Pagination Questions

2008-11-29 Thread Licco
Dear All, I am currently working on pagination to the result of search result. I want to ask which solution is better? 1. After user chooses some criterias and then clicks the search button, the server will return the size of search result and the objects of first page of the search result.