[richfaces-issues] [JBoss JIRA] Created: (RF-6338) PanelMenu does not work in 3.3.1.SNAPSHOT
Alexander Dubovsky (JIRA)
jira-events at lists.jboss.org
Mon Feb 23 06:18:57 EST 2009
PanelMenu does not work in 3.3.1.SNAPSHOT
-----------------------------------------
Key: RF-6338
URL: https://jira.jboss.org/jira/browse/RF-6338
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: 3.3.1.SNAPSHOT
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Critical
Source:
<h:form>
<rich:panelMenu>
<rich:panelMenuGroup label="group 1">
<rich:panelMenuItem label="it 1.1" action="#{cComp.test}" />
<rich:panelMenuItem label="it 1.2" action="#{cComp.test}" />
<rich:panelMenuItem label="it 1.3" action="#{cComp.test}" />
</rich:panelMenuGroup>
<rich:panelMenuGroup label="group 2">
<rich:panelMenuItem label="it 2.1" action="#{cComp.test}" />
<rich:panelMenuItem label="it 2.2" action="#{cComp.test}" />
<rich:panelMenuItem label="it 2.3" action="#{cComp.test}" />
</rich:panelMenuGroup>
</rich:panelMenu>
</h:form>
Menu is not expanded/collapsed.
The same code was working well in 3.3.0.GA
--
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