|
Possible solution can be in the DISPL-267
fabrizio giustina made changes - 29/Dec/05 09:32 AM
fabrizio giustina made changes - 15/Oct/07 05:10 PM
implemented in 1.2. DIsplaytag can now be configured to submit a form when clicking on a pagination or sorting link
fabrizio giustina made changes - 16/Dec/07 03:02 PM
fabrizio giustina made changes - 16/Dec/07 04:07 PM
Part of this most recent patch could cause issues:
if (value != null & value.getClass().isArray()) should be rewritten as: if (value != null && value.getClass().isArray()) If value is null, a NullPointerException will be thrown Where is the 1.2 version :)
Still testing since 6 months. OMG... why form attribute was not added in displaytag-el.tld but only in displaytag.tld?
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
These could be styled to look like links, but wouldn't require JS to be enabled to work.