aspose file tools
The moose likes Other Open Source Projects and the fly likes How to refresh the page once sorting is done? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "How to refresh the page once sorting is done?" Watch "How to refresh the page once sorting is done?" New topic
Author

How to refresh the page once sorting is done?

antsi klando
Greenhorn

Joined: May 10, 2011
Posts: 24
I am having a JSP which uses a <display:table> and a 'Search' button.I have given the <display table> attribute defaultsort="1" and the <display:column> attribute sortable="true" for all the columns in the table.

The user will be able to view a table sorted for the first column,once the 'Search' button is clicked.If any other column is sorted,and again if the 'Search' button is clicked,the default sort will be in the column which was last sorted before clicking on the 'Search' button.

How exactly can I have control over this?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to refresh the page once sorting is done?
 
Similar Threads
sorting an adf table
how to use spaced column names in hibernate orderby mapping xml
Table in Oracle to JTable
Making a cell in JTable in Editing Mode by default
Help! Sorting problem