Re: iterate paging

2004-10-13 Thread Zoran Avtarovski
Hi Rick, > Can someone confirm- One of the reasons I didn't like this tag is it > requires your WHOLE list to be in Session. Can you imagine if Google > search results tried to use this tag? I'd rather create a pager based on > first making a query to get the overall search results size then only

Re: iterate paging

2004-10-12 Thread Rick Reumann
Peng Tuck Kwok wrote the following on 10/8/2004 5:05 AM: Or you coud use displaytag. http://displaytag.sf.net It's pretty ok from what I can see. Can someone confirm- One of the reasons I didn't like this tag is it requires your WHOLE list to be in Session. Can you imagine if Google search re

Re: iterate paging

2004-10-12 Thread Lee Harrington
On 12 Oct 2004 16:13:43 +0800, Sebastian Ho <[EMAIL PROTECTED]> wrote: > Does anyone has an example using struts iterate? How does indexId works? > > Sebastian Here's an example. I have a list "dataStoreList" in the request scope that I set via "request.setAttribute("dataStoreList",dataStoreList

Re: iterate indexId (was: iterate paging)

2004-10-12 Thread Hubert Rabago
> > > > > > > > > > > > > > > > > > Peng Tuck Kwok wrote: > > > > > Or you coud use displaytag. > > > > > > http://displaytag.sf.net > > > > > > It's pretty

Re: iterate paging

2004-10-12 Thread Sebastian Ho
k wrote: > > > Or you coud use displaytag. > > > > http://displaytag.sf.net > > > > It's pretty ok from what I can see. > > > > > > > > On Fri, 8 Oct 2004 14:32:58 +0530, Viral_Thakkar > > <[EMAIL PROTECTED]> wrote: > > >

Re: iterate paging

2004-10-08 Thread Yves Sy
I can see. > > > > > > > > On Fri, 8 Oct 2004 14:32:58 +0530, Viral_Thakkar > > <[EMAIL PROTECTED]> wrote: > > > >>Use ValueListHandler design pattern .. > >> > >>-Original Message- > >>From: Sebastian Ho [mailto:[EMAIL P

Re: iterate paging

2004-10-08 Thread Bill Siggelkow
stHandler design pattern .. -Original Message- From: Sebastian Ho [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:21 PM To: 'Struts Users Mailing List' Subject: iterate paging hi anyone has codes on how to display paging? i.e. display 10 rows per page with 'next' / &#x

Re: iterate paging

2004-10-08 Thread Peng Tuck Kwok
EMAIL PROTECTED] > Sent: Friday, October 08, 2004 1:21 PM > To: 'Struts Users Mailing List' > Subject: iterate paging > > hi > > anyone has codes on how to display paging? > i.e. display 10 rows per page w

RE: iterate paging

2004-10-08 Thread Viral_Thakkar
Use ValueListHandler design pattern .. -Original Message- From: Sebastian Ho [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:21 PM To: 'Struts Users Mailing List' Subject: iterate paging hi anyone has codes on how to display paging? i.e. display 10 rows per page

iterate paging

2004-10-08 Thread Sebastian Ho
hi anyone has codes on how to display paging? i.e. display 10 rows per page with 'next' / 'back' functions. Thanks sebastian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]