[
https://issues.apache.org/jira/browse/TRINIDAD-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated TRINIDAD-1134:
-----------------------------------------
Resolution: Fixed
Fix Version/s: 1.0.10-core
1.2.10-core
Assignee: Matthias Weßendorf
Status: Resolved (was: Patch Available)
Thanks to Abhijit S Ghosh for his patch
> 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
> Assignee: Matthias Weßendorf
> Fix For: 1.2.10-core, 1.0.10-core
>
> Attachments: trunk.patch, trunk1_2_x.patch
>
>
> 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.