[
https://jira.jboss.org/jira/browse/RF-7392?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-7392:
-------------------------------
Fix Version/s: 3.3.2.CR1
Assignee: Alex Kolonitsky (was: Nick Belaevski)
<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: Alex Kolonitsky
Fix For: 3.3.2.CR1
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