[richfaces-issues] [JBoss JIRA] Commented: (RF-10884) action doesn't work on rich:panelMenuGroup

James G (JIRA) jira-events at lists.jboss.org
Mon Apr 18 09:23:33 EDT 2011


    [ https://issues.jboss.org/browse/RF-10884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596162#comment-12596162 ] 

James G commented on RF-10884:
------------------------------

Yes, you are correct.  Thanks..I needed the seelctable=true.

> 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: base functionality , component-menu
>    Affects Versions: 4.0.0.Final
>         Environment: myfaces 2.0.5, Richfaces 4.0.0.Final.
>            Reporter: James G
>              Labels: rich:panelMenuGroup
>             Fix For: 4.1.0.Milestone1
>
>
> 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


More information about the richfaces-issues mailing list