[richfaces-issues] [JBoss JIRA] Resolved: (RF-2192) Panel Menu: Action listerner doesn't caled

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 17 08:49:51 EDT 2008


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

Ilya Shaikovsky resolved RF-2192.
---------------------------------

    Resolution: Done

> 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

        



More information about the richfaces-issues mailing list