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

Roman Mandeleil (JIRA) jira-events at lists.jboss.org
Fri Jun 19 11:23:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/RF-7392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12473030#action_12473030 ] 

Roman Mandeleil commented on RF-7392:
-------------------------------------

I have uploaded the sample.As you can see: when one page 
with the menu is invoked it works:

http://localhost:8080/menu-defect-sample/panel-menu.jsf

but when the menu page is included into another page there 
is troubles.

http://localhost:8080/menu-defect-sample/index.jsf

P.S. I run it on JBoss 4.2.3



> <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
>            Assignee: Nick Belaevski
>         Attachments: menu-defect-sample.war
>
>
> 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