Hello All,
I would like to page and sort the data (10 thousand records) retrieved from the database. I don't want to sort it in memory.

I am using Struts & DAO Hibernate and want to page search results and sort the data. Also, I should have delete button for each row
and this button should post to a DeleteAction.

How do I achieve this using display tag? I read about partial list support. Where can I download examples & sample code?
 
Many thanks in advance!!


Reply via email to