[
http://jira.jboss.com/jira/browse/RF-2192?page=comments#action_12402920 ]
Vladislav Baranov commented on RF-2192:
---------------------------------------
Fixed in trunk
Panel Menu: Action listerner doesn't caled
------------------------------------------
Key: RF-2192
URL:
http://jira.jboss.com/jira/browse/RF-2192
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Ilya Shaikovsky
Fix For: 3.2.0
demosite example. In PanelMenu bean there is
public void updateCurrent(ActionEvent event) {
System.out.println("listener called");
setCurrent(((UIPanelMenuItem)event.getComponent()).getLabel().toString());
}
1) on the page make next change
<rich:panelMenuItem label="Item 1.1"
actionListener="#{panelMenu.updateCurrent}">
no requests fired.
2) on the page change to
<rich:panelMenuItem label="Item 1.1"
actionListener="#{panelMenu.updateCurrent}"
action="#{panelMenu.updateCurrent}">
reques fired. only action called./
1) Should be request in ajax mode in any case
2) listener should be called
--
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