Page Iteration

2003-04-02 Thread Brian McSweeney
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 p

RE: Page Iteration

2003-04-02 Thread Jacob Hookom
Jakarta's web site. Their demo war for JSTL goes over scoped iteration. -Jacob | -Original Message- | From: Brian McSweeney [mailto:[EMAIL PROTECTED] | Sent: Wednesday, April 02, 2003 10:13 AM | To: Struts Users Mailing List | Subject: Page Iteration | | Hi all, | | I want to iterat

RE: Page Iteration

2003-04-02 Thread apachep2
You can also search "pager". -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: April 2, 2003 11:13 AM To: Struts Users Mailing List Subject: Page Iteration Hi all, I want to iterate over a collection and display a certain amount of items per page and li

Re: Page Iteration

2003-04-02 Thread Michael C. Lee Jr.
hould be done by the DBA using a query analyzer type tool. Michael Lee - Original Message - From: "Jacob Hookom" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 11:25 AM Subject: RE: Page Ite

Re: Page Iteration

2003-04-02 Thread Ashish Kulkarni
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 missin

Re: Page Iteration

2003-04-03 Thread Brian McSweeney
e page. > > If you aren't pulling from the DB, look at JSTL under Taglibs->Standard at > Jakarta's web site. Their demo war for JSTL goes over scoped iteration. > > -Jacob > > | -Original Message- > | From: Brian McSweeney [mailto:[EMAIL PROTECTED

Re: Page Iteration

2003-04-03 Thread Brian McSweeney
riginal Message - From: "Michael C. Lee Jr." <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 6:31 PM Subject: Re: Page Iteration > These are database specific and probably won't work anyway for queries

Re: Page Iteration

2003-04-03 Thread Brian McSweeney
Thanks Ashish, looks good and simple. Have you found the taglib reliable? cheers, Brian - Original Message - From: "Ashish Kulkarni" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 6:38 PM Subject: Re

Re: Page Iteration

2003-04-03 Thread Ashish Kulkarni
sage - > From: "Ashish Kulkarni" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Wednesday, April 02, 2003 6:38 PM > Subject: Re: Page Iteration > > > > Hi , > > I am using a pager taglib

Re: Page Iteration

2003-04-03 Thread Brian McSweeney
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 To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 4:23 PM Subject: Re: Page Iteratio

Re: Page Iteration

2003-04-03 Thread Ashish Kulkarni
ached row set, is it possible to use the > tag for this? > > cheers, > Brian > > - Original Message - > From: "Ashish Kulkarni" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Thursday,

Re: Page Iteration

2003-04-03 Thread varanasi kiran
We used Pager taglib in our project and it rocks ! But, I am not happy about handing over a collection of 1000 objects to the pager taglib. U can imagine the performance if 100 concurrent users are logged in. Thanks, _ Mobile, mast