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
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
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
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
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
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
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:
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' /
8 matches
Mail list logo