[richfaces-issues] [JBoss JIRA] Work started: (RF-1029) Menu Item doen't work correctly
Anton Belevich (JIRA)
jira-events at lists.jboss.org
Mon Oct 8 08:42:04 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1029?page=all ]
Work on RF-1029 started by Anton Belevich.
> Menu Item doen't work correctly
> -------------------------------
>
> Key: RF-1029
> URL: http://jira.jboss.com/jira/browse/RF-1029
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: Windows XP SP2, Mozilla FF
> Reporter: Alexander Belov
> Assigned To: Anton Belevich
> Fix For: 3.2.0
>
>
> This code works good:
> <rich:menuItem value="#{app.addMediateActorMenuItem}" id="addElementItem" submitMode="none">
> <a4j:support action="#{graphBean.addMediateActor}" event="onclick" id="addMediateActorSupport"
> oncomplete="Richfaces.showModalPanel('#{graphBean.addElementModalPanelComponentClientId}');"
> reRender="#{graphBean.addElementUpdate}" limitToList="true"/>
> </rich:menuItem>
> This code doen't change page content, response contants nothing:
> <rich:menuItem value="#{app.addMediateActorMenuItem}" id="addElementItem" submitMode="ajax" action="#{graphBean.addMediateActor}" oncomplete="Richfaces.showModalPanel('#{graphBean.addElementModalPanelComponentClientId}');"
> reRender="#{graphBean.addElementUpdate}" limitToList="true"/>
--
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