• 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

Any improvements on Struts2 Table Pagination, during the last 6 months?

 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm trying to do Table Pagination with Struts2. I found some discussions in this forum, but they're over 6 months old, and they all say Struts2 has no dedicated support for Pagination (though it's not very difficult to write "home made" code).

Does anyone know if there are news or improvements on this, like:
- Dedicated Struts2 tags (added in newer versions)
- Dedicated Dojo widgets
- Formal recommendations from Struts2 team?

Reminder - by Table Pagination, I mean breaking a large table into several pages (say a 500-records table can be broken into 25 pages, with 20 records per page).
The user should be provided with a widget for selecting the page, something like:
<< 1 2 3 4 5 ... 24 25 >>


Thanks very much.
[ May 18, 2008: Message edited by: Sol Mayer-Orn ]
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out Struts-Layout tag library. It contains code for table pagination.

http://struts.improve-technologies.com/index.html

Good luck!
 
reply
    Bookmark Topic Watch Topic
  • New Topic