[
https://jira.jboss.org/jira/browse/RF-1071?page=com.atlassian.jira.plugin...
]
Inna Shchibrya reassigned RF-1071:
----------------------------------
Assignee: Inna Shchibrya (was: Tsikhon Kuprevich)
Panel Menu mode attribute doesn't works.
----------------------------------------
Key: RF-1071
URL:
https://jira.jboss.org/jira/browse/RF-1071
Project: RichFaces
Issue Type: Task
Components: docs updated
Affects Versions: 3.1.1
Reporter: Ilya Shaikovsky
Assignee: Inna Shchibrya
Fix For: 3.3.1
<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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira