[richfaces-issues] [JBoss JIRA] Work stopped: (RF-1071) Panel Menu mode attribute doesn't works.

Anton Belevich (JIRA) jira-events at lists.jboss.org
Mon Oct 8 08:28:08 EDT 2007


     [ http://jira.jboss.com/jira/browse/RF-1071?page=all ]

Work on RF-1071 stopped by Anton Belevich.

> Panel Menu mode attribute doesn't works.
> ----------------------------------------
>
>                 Key: RF-1071
>                 URL: http://jira.jboss.com/jira/browse/RF-1071
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.1
>            Reporter: Ilya Shaikovsky
>         Assigned To: Anton Belevich
>             Fix For: 3.2.0
>
>
> <rich:panelMenuGroup action="#{bean.action}" mode="ajax">
>     <rich:panelMenuItem label="test" reRender="test" action="#{capitalsBean.action}"  mode="ajax">
>       	<f:param value="test value" name="test"/>
>       		</rich:panelMenuItem>
>       </rich:panelMenuGroup>
> </rich:panelMenu>
> works fine
> <rich:panelMenuGroup action="#{bean.action}" mode="ajax">
>     <rich:panelMenuItem label="test" reRender="test" action="#{capitalsBean.action}" >
>       	<f:param value="test value" name="test"/>
>       		</rich:panelMenuItem>
>       </rich:panelMenuGroup>
> </rich:panelMenu>
> doesnt works in ajax mode. in this case common submit fired.
> Probably Should be in 3.1.x.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list