argument « Facelets « JSF Q&A





1. Use argument in EL expression    stackoverflow.com

I need to use function with argument in a EL expression (with JSF) like this:

<h:outputText value="#{object.test(10)}" ></h:outputText>
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.com

This 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:

<ui:include src="...">
  <ui:param name="acceptButtonBean" ...