[
https://jira.jboss.org/jira/browse/RF-1071?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-1071.
--------------------------------
Fix Version/s: 3.3.1
Resolution: Out of Date
Assignee: Tsikhon Kuprevich (was: Anton Belevich)
Panel Menu mode attribute doesn't works.
----------------------------------------
Key: RF-1071
URL:
https://jira.jboss.org/jira/browse/RF-1071
Project: RichFaces
Issue Type: Task
Affects Versions: 3.1.1
Reporter: Ilya Shaikovsky
Assignee: Tsikhon Kuprevich
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