You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Giovanni Azua <br...@hotmail.com> on 2007/05/30 22:29:46 UTC

ValuesListHandler pattern a.k.a Pager

Hi all,

I would like to display a large result set using 
e.g. Top N query and was wondering whether Struts 2 
out of the box includes such UI tag or special 
action/interceptor component implementing such 
requirement. The result type would not be so important
assume JSP but I am open to use any.

The req is that e.g. for a result set of 1000 records
navigate X at the time or jump to the X(page 10) etc
with controls like: reorder by column, goto last set 
of X, goto first set of X, etc.

I dont know if there is a standard name for this, the 
best bet is the ValuesListHandler:
http://java.sun.com/blueprints/corej2eepatterns/Patterns/ValueListHandlerhtml

TIA,
regards,
Giovanni