paging/sorting issue... when?
Brought to you by:
fgiust
DisplayTag is a great tag library, we've used it in all
of our projects since we found it!
But there is a lack than many has highlighted before,
there is no good way to do paging and sorting in
business tier,
the team has promised that they will solve this issue...
is there any plan for the next release? when will it be
out?
Logged In: YES
user_id=940734
My team also needs this feature. How I see it to be implemented:
column name (not number, but name, it simplifies the job).
So somewhere static function String getSortColumn(request,
String table_id).
1a. also getPagingStart(request, String table_id),
getPageLength()
false. If false do as it is now. If true - don't sort
anything in displaytag.
With this there is nice way of fast and optimized way of
displaying huge results:
retrieved.
I strongly vote for this feature to be implemented (in fact
it is rather small change in displaytag).