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

Reply via email to