spring-webflow
spring-webflow copied to clipboard
Implement the sort functionality in booking-faces sample in a degradable manner [SWF-1350]
Jeremy Grelle opened SWF-1350 and commented
The sort links in the header of the data table displaying the search results in the booking-faces sample do not work without JavaScript enabled, due to an inherent limitation of using <f:param>.
An alternate approach should be demonstrated that combines <h:outputLink> with sf:ajaxEvent to degrade gracefully.
Issue Links:
- #508 Passing additional params with <f:param/> to a sf:commandLink/ does not work without javascript.