<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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to