[richfaces-issues] [JBoss JIRA] Created: (RF-7392) <rich:panelMenuItem> stops to work inside include tag

Roman Mandeleil (JIRA) jira-events at lists.jboss.org
Thu Jun 18 00:34:56 EDT 2009


<rich:panelMenuItem> stops to work inside include tag
-----------------------------------------------------

                 Key: RF-7392
                 URL: https://jira.jboss.org/jira/browse/RF-7392
             Project: RichFaces
          Issue Type: Bug
          Components: component-menu
    Affects Versions: 3.3.1
         Environment: window and linux
            Reporter: Roman Mandeleil


The <rich:panelMenuItem> tag work only once if it is placed inside include tag. I see that ajax being sent from the client but never reach the bean.
To recreate just take the source code from panel menu sample (richfaces-ui-3.3.1.GA-src\samples\richfaces-demo\src\main\webapp\richfaces\panelMenu)
and place it inside <ui:include>, like this: 

         <f:facet name="sidebar">
	       <rich:panel header="Menu" style="height:400px;overflow:hidden;left:10px;">
           		<ui:include src="/left-frame.xhtml" />
    	    </rich:panel>
         </f:facet>


You will see that the menu will work fine for first click and dies afterward.

-- 
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

        



More information about the richfaces-issues mailing list