spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Implement the sort functionality in booking-faces sample in a degradable manner [SWF-1350]

Open spring-operator opened this issue 16 years ago • 0 comments

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.

spring-operator avatar Sep 16 '08 01:09 spring-operator