You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Amit Keshav Kulkarni <Am...@infosys.com> on 2003/05/09 08:17:58 UTC

RE: Page Iteration

Hi All,
I want to use the Pager Tag Lib that is referred to by Ashish and Brian.
( Pager taglib from jsptags.com )
I need to make some modification in the code as the requirement of paging
in my project is somewhat different than the paging tag lib offers.
Any pointers to the source code of the taglib?
It is also open source, I believe.

Amit



-----Original Message-----
From: Ashish Kulkarni [mailto:kulkarni_ash1312@yahoo.com]
Sent: Thursday, April 03, 2003 11:56 PM
To: Struts Users Mailing List
Subject: Re: Page Iteration


Hi,

I think u can use it, i have not used it.. any think
which u can scroll can be used

Ashish
--- Brian McSweeney <br...@aurium.net>
wrote:
> cool,
> thanks Ashish, I'll give it a try so.
> 
> One thing, on your explanation website where you
> iterate 
> over the cached row set, is it possible to use the
> <struts:iterate 
> tag for this? 
> 
> cheers,
> Brian
> 
> ----- Original Message ----- 
> From: "Ashish Kulkarni" <ku...@yahoo.com>
> To: "Struts Users Mailing List"
> <st...@jakarta.apache.org>
> Sent: Thursday, April 03, 2003 4:23 PM
> Subject: Re: Page Iteration
> 
> 
> > Hi Brian
> > I am using this taglib in my project and have no
> > problem what so ever till todate...
> > 
> > Ashish
> > --- Brian McSweeney <br...@aurium.net>
> > wrote:
> > > Thanks Ashish,
> > > looks good and simple. Have you found the taglib
> > > reliable?
> > > cheers,
> > > Brian
> > > 
> > > ----- Original Message ----- 
> > > From: "Ashish Kulkarni"
> <ku...@yahoo.com>
> > > To: "Struts Users Mailing List"
> > > <st...@jakarta.apache.org>
> > > Sent: Wednesday, April 02, 2003 6:38 PM
> > > Subject: Re: Page Iteration
> > > 
> > > 
> > > > Hi ,
> > > > I am using a pager taglib which can be used on
> any
> > > > scrollable object like collection etc
> > > > I have also written a small HOWTO u can visit 
> > > >
> > >
> >
>
http://kulkarni_ash.tripod.com/howto/jsptaglib-howto.html
> > > > 
> > > > and try to use it
> > > > 
> > > > Anyone else using this taglib can u please
> verify
> > > and
> > > > let me know if i am missing some thing 
> > > > 
> > > > Ashish
> > > > 
> > > > --- Brian McSweeney
> <br...@aurium.net>
> > > > wrote:
> > > > > Hi all,
> > > > > 
> > > > > I want to iterate over a collection and
> display
> > > a
> > > > > certain amount of items per page and list
> all
> > > the 
> > > > > further pages available (just like on
> google).
> > > > > 
> > > > > I presume this is a feature that  has been
> added
> > > a
> > > > > million times. 
> > > > > 
> > > > > Did a quick search on the list and I see
> that
> > > use of
> > > > > the iterator with parameter offset can be
> used. 
> > > > > Is this the general approach people would
> > > recommend?
> > > > > 
> > > > > Any good resources on showing how to do it?
> > > > > cheers,
> > > > > Brian
> > > > > 
> > > > 
> > > > 
> > > >
> __________________________________________________
> > > > Do you Yahoo!?
> > > > Yahoo! Tax Center - File online, calculators,
> > > forms, and more
> > > > http://tax.yahoo.com
> > > > 
> > > >
> > >
> >
>
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > struts-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> > > struts-user-help@jakarta.apache.org
> > > > 
> > > 
> > > 
> > >
> >
>
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > struts-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> > > struts-user-help@jakarta.apache.org
> > > 
> > 
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Tax Center - File online, calculators,
> forms, and more
> > http://tax.yahoo.com
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> struts-user-help@jakarta.apache.org
> > 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> struts-user-help@jakarta.apache.org
> 


=====
A$HI$H

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Page Iteration

Posted by Steve Raeburn <st...@ninsky.com>.
The source is included in the distribution at
http://jsptags.com/tags/navigation/pager/download.jsp

Steve

-----Original Message-----
From: Amit Keshav Kulkarni
[mailto:Amit_Kulkarni01@infosys.com]
Sent: May 8, 2003 11:18 PM
To: Struts Users Mailing List
Subject: RE: Page Iteration


Hi All,
I want to use the Pager Tag Lib that is referred to by
Ashish and Brian.
( Pager taglib from jsptags.com )
I need to make some modification in the code as the
requirement of paging
in my project is somewhat different than the paging tag lib
offers.
Any pointers to the source code of the taglib?
It is also open source, I believe.

Amit



-----Original Message-----
From: Ashish Kulkarni [mailto:kulkarni_ash1312@yahoo.com]
Sent: Thursday, April 03, 2003 11:56 PM
To: Struts Users Mailing List
Subject: Re: Page Iteration


Hi,

I think u can use it, i have not used it.. any think
which u can scroll can be used

Ashish
--- Brian McSweeney <br...@aurium.net>
wrote:
> cool,
> thanks Ashish, I'll give it a try so.
>
> One thing, on your explanation website where you
> iterate
> over the cached row set, is it possible to use the
> <struts:iterate
> tag for this?
>
> cheers,
> Brian
>
> ----- Original Message -----
> From: "Ashish Kulkarni" <ku...@yahoo.com>
> To: "Struts Users Mailing List"
> <st...@jakarta.apache.org>
> Sent: Thursday, April 03, 2003 4:23 PM
> Subject: Re: Page Iteration
>
>
> > Hi Brian
> > I am using this taglib in my project and have no
> > problem what so ever till todate...
> >
> > Ashish
> > --- Brian McSweeney <br...@aurium.net>
> > wrote:
> > > Thanks Ashish,
> > > looks good and simple. Have you found the taglib
> > > reliable?
> > > cheers,
> > > Brian
> > >
> > > ----- Original Message -----
> > > From: "Ashish Kulkarni"
> <ku...@yahoo.com>
> > > To: "Struts Users Mailing List"
> > > <st...@jakarta.apache.org>
> > > Sent: Wednesday, April 02, 2003 6:38 PM
> > > Subject: Re: Page Iteration
> > >
> > >
> > > > Hi ,
> > > > I am using a pager taglib which can be used on
> any
> > > > scrollable object like collection etc
> > > > I have also written a small HOWTO u can visit
> > > >
> > >
> >
>
http://kulkarni_ash.tripod.com/howto/jsptaglib-howto.html
> > > >
> > > > and try to use it
> > > >
> > > > Anyone else using this taglib can u please
> verify
> > > and
> > > > let me know if i am missing some thing
> > > >
> > > > Ashish
> > > >
> > > > --- Brian McSweeney
> <br...@aurium.net>
> > > > wrote:
> > > > > Hi all,
> > > > >
> > > > > I want to iterate over a collection and
> display
> > > a
> > > > > certain amount of items per page and list
> all
> > > the
> > > > > further pages available (just like on
> google).
> > > > >
> > > > > I presume this is a feature that  has been
> added
> > > a
> > > > > million times.
> > > > >
> > > > > Did a quick search on the list and I see
> that
> > > use of
> > > > > the iterator with parameter offset can be
> used.
> > > > > Is this the general approach people would
> > > recommend?
> > > > >
> > > > > Any good resources on showing how to do it?
> > > > > cheers,
> > > > > Brian
> > > > >
> > > >
> > > >
> > > >
> __________________________________________________
> > > > Do you Yahoo!?
> > > > Yahoo! Tax Center - File online, calculators,
> > > forms, and more
> > > > http://tax.yahoo.com
> > > >
> > > >
> > >
> >
>
------------------------------------------------------------
---------
> > > > To unsubscribe, e-mail:
> > > struts-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> > > struts-user-help@jakarta.apache.org
> > > >
> > >
> > >
> > >
> >
>
------------------------------------------------------------
---------
> > > To unsubscribe, e-mail:
> > > struts-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> > > struts-user-help@jakarta.apache.org
> > >
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Tax Center - File online, calculators,
> forms, and more
> > http://tax.yahoo.com
> >
> >
>
------------------------------------------------------------
---------
> > To unsubscribe, e-mail:
> struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> struts-user-help@jakarta.apache.org
> >
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail:
> struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> struts-user-help@jakarta.apache.org
>


=====
A$HI$H

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and
more
http://tax.yahoo.com

------------------------------------------------------------
---------
To unsubscribe, e-mail:
struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail:
struts-user-help@jakarta.apache.org


------------------------------------------------------------
---------
To unsubscribe, e-mail:
struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail:
struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org