Description
The error occur if an composite component use this expression "#{cc.attrs.attributeName}" on an action.
<cc:interface> <cc:attribute name="downloadAction" required="true" method-signature="java.lang.String action()"/> </cc:interface> <cc:implementation> <tc:button label="Action" action="#{cc.attrs.downloadAction}"/> </cc:implementation>
Attachments
Issue Links
- is caused by
-
TOBAGO-2008 AuthorizationHelper not working with composite component expressions
- Closed