[
https://jira.jboss.org/jira/browse/RF-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12461195#action_12461195
]
Ilya Shaikovsky commented on RF-4239:
-------------------------------------
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224183#4224183
> PanelMenu: action is not fired in FF3
> -------------------------------------
>
> Key: RF-4239
> URL: https://jira.jboss.org/jira/browse/RF-4239
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4, 3.1.5, 3.1.6
> Environment: FF3
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.1.x
>
>
> <rich:panelMenu style="width:200;background-color:#ccddaa" mode="ajax"
> iconExpandedGroup="disc" iconCollapsedGroup="disc"
> iconExpandedTopGroup="chevronUp"
> iconCollapsedTopGroup="triangleDown" >
> <rich:panelMenuGroup label="group 1">
> <rich:panelMenuItem id="item1" label="item 1"
> action="#{menu.updateCurrent}">
> <f:param name="current" value="Item1_1"/>
> </rich:panelMenuItem>
> <rich:panelMenuItem id="item2" label="item 2"
> action="#{menu.updateCurrent}">
> <f:param name="current" value="Item1_2"/>
> </rich:panelMenuItem>
> </rich:panelMenuGroup>
> </rich:panelMenu>
> ...
> String current;
>
> public String updateCurrent() {
> System.out.println("currrent3_1:" + current);
> FacesContext context=FacesContext.getCurrentInstance();
> current =
> (String)context.getExternalContext().getRequestParameterMap().get("current");
> System.out.println("currrent3_2:" + current);
> return current;
> }
> ...
> menu item actions do not work in FF3, IE 6/7 are ok
--
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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues