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 paging

2004-10-12 Thread Sebastian Ho
Does anyone has an example using struts iterate? How does indexId works? Sebastian On Sat, 2004-10-09 at 01:05, Bill Siggelkow wrote: > Or you could do it yourself with JSTL: > > <%@ page contentType="text/html;charset=UTF-8" language="java" %> > <%@ taglib uri="http://jakarta.apache.org/struts

Re: iterate paging

2004-10-08 Thread Yves Sy
I like using pager taglibrary myself... http://jsptags.com/tags/navigation/pager/pager-taglib-2.0.html ... although display tag is also cool if you need the sorting and exporting stuff. -Yves- On Fri, 08 Oct 2004 13:05:58 -0400, Bill Siggelkow <[EMAIL PROTECTED]> wrote: > Or you could do it yo

Re: iterate paging

2004-10-08 Thread Bill Siggelkow
Or you could do it yourself with JSTL: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean" %> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> Paging Example Prev

Re: iterate paging

2004-10-08 Thread Peng Tuck Kwok
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: > Use ValueListHandler design pattern .. > > -Original Message- > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > Sent:

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 with 'next' /