• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to paginate in struts ?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to paginate in struts ?
i try to put the database record into session in the form of collection.
( session.setAttribute("abc",Arraylist) ) ,how to diaplay pagination in the jsp?
i see a tag named as Pager Tag Library from www.jsptags.com ,it can paginate in the jsp ,how can integrate the Pager Tag Library into the
<logic:interate> tag for paginating ? i hope the jsp is clear !
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the Struts FAQ:
"Many Struts developers use the Pager from the JSPTags site.
http://jsptags.com/tags/navigation/pager/"
 
Robert Smith
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you give me an example using the pager tage library in struts ?
thanks !
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there. Having searched the archives a popular solution to paginantion in struts seems to be to use "Pager Tag Library" from www.jsptags.com. Has anyone actually implemented this approach? I'd like to know what kind of results people got before diving in with it myself.

Thanks!

Dave
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic