[richfaces-issues] [JBoss JIRA] Created: (RF-3514) Panel menu group don't expande with the server mode if it is wrapped with dataTable.

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Thu May 22 11:05:59 EDT 2008


Panel menu group don't expande with the server mode if it is wrapped with dataTable.
------------------------------------------------------------------------------------

                 Key: RF-3514
                 URL: http://jira.jboss.com/jira/browse/RF-3514
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Sergey Halipov


The group has previous state after submission complete.

<h:form>
				<rich:dataTable var="record" value="#{report.expReport.records}" rows="1" >
					<rich:column>
						<rich:panelMenu >
							<rich:panelMenuGroup expandMode="server"
									label="Server group" >
								<rich:panelMenuItem	label="Item 2" /> 
							</rich:panelMenuGroup>
						</rich:panelMenu>
					</rich:column>
				</rich:dataTable>
			</h:form>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list