posted 10 years ago
Hi,
I want to implement paging and sorting on my Spring MVC application.
Paging I have easily achieved using PagedListHolder and working fine, now I need to implement sorting on each page and column.
Also the sorting need to be done on page not on complete list.
Restriction is that we cannot use Display Tag library.