1. Use argument in EL expression stackoverflow.comI need to use function with argument in a EL expression (with JSF) like this:
But it doesn't work.
I read on the web that it's impossible to do this with ... |
2. JSF 2: how to pass an action including an argument to be invoked to a Facelets sub view (using ui:include and ui:param)? stackoverflow.comThis is basically an extension to this answer. I am trying to get an argument into a method/action call (for a delete button in a list/data table). Client:
|