Hi.
I would like to have several events defined like this:
These would be handled in a single view state. How do I get the value of the 'by' request parameter?Code:<a href="${flowExecutionUrl}&_eventId=order&by=ORDER_BY_ID">Id</a> <a href="${flowExecutionUrl}&_eventId=order&by=ORDER_BY_NAME">Name</a> ...
(This events are supposed to be used for table column sorting).
Thank you.


Reply With Quote