XmlMenuModel: action is interpreted as ValueExpression
------------------------------------------------------
Key: TRINIDAD-1134
URL: https://issues.apache.org/jira/browse/TRINIDAD-1134
Project: MyFaces Trinidad
Issue Type: Bug
Reporter: Stephen Friedrich
An action set on an ItemNode is evaluated as a value expression.
Workround is to have a getter instead of an action-method-signature in the
backing bean:
public String getDoIt()
for an itemNode like this:
<itemNode id="companies" action="#{_companyList.doIt}"
label="#{Output.COMPANIES}" ...
See
http://www.nabble.com/-Trinidad--Bug-in-XMLMenuModel---ItemNode---tt12376683.html#a12376683
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.