MutableSortDefinition(java.lang.String property, boolean ignoreCase, boolean ascending)
This might not be the appropriate forum .. but is there any way to sort on more than one property ?
Thanks
MutableSortDefinition(java.lang.String property, boolean ignoreCase, boolean ascending)
This might not be the appropriate forum .. but is there any way to sort on more than one property ?
Thanks
Checkout the sandbox code in org.springframework.util.comparator.
This will likely make 1.2--it's fully documented and tested.
Keith Donald
Core Spring Development Team
Keith,
Are the multi-coulmn sort support classes integrated with PagedListHolder or RefreshablePagedListHolder?
The Spring 1.1.1 version of PagedListHolder is based on the SortDefinition interface, which is designed to only support single column sorts.
Thanks,
Sanjiv