[richfaces-issues] [JBoss JIRA] Created: (RF-1029) Menu Item doen't work correctly

Alexander Belov (JIRA) jira-events at lists.jboss.org
Thu Sep 27 09:20:41 EDT 2007


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


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