action doesn't work on rich:panelMenuGroup
------------------------------------------
Key: RF-10884
URL:
https://issues.jboss.org/browse/RF-10884
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Final
Environment: myfaces 2.0.5, Richfaces 4.0.0.Final.
Reporter: James G
If you specify an action for a rich:panelMenuGroup in server mode, it is never called.
This used to work 3.3.0 and the action DOES work for rich:panelMenuItem.
e.g.:
<rich:panelMenu id="panelMenu" mode="server">
<rich:panelMenuGroup id="panelMenuGroup" label="Action broken"
action="#{bean.actionMethod}" mode="server">
<rich:panelMenuItem id="panelMenuItem" label="Action works"
action="#{bean.itemMethod}" mode="server" />
</rich:panelMenuGroup>
</rich:panelMenu>
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira