Description
In JSF 2.1 now it is possible to do this:
mycompositecomponent.xhtml
<cc:implementation>
<h:commandButton image="#
"/>
</cc:implementation>
note the word 'this' on the EL expression
In JSF 2.1 now it is possible to do this:
mycompositecomponent.xhtml
<cc:implementation>
<h:commandButton image="#
"/>
</cc:implementation>
note the word 'this' on the EL expression