[richfaces-issues] [JBoss JIRA] Created: (RF-3508) Toggle panel doesn't work with 'server' mode in case if it is placed into dataTable.

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


Toggle panel doesn't work with 'server' mode in case if it is placed into dataTable.
------------------------------------------------------------------------------------

                 Key: RF-3508
                 URL: http://jira.jboss.com/jira/browse/RF-3508
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: FF, IE, Opera
            Reporter: Sergey Halipov


<h:form>
				<rich:dataTable 
					var="record" value="#{report.expReport.records}"
					rows="1"
					>
					<rich:column>
						<rich:togglePanel id="tp" switchType="server" stateOrder="one,two">
							<f:facet name="one">
								<h:outputText value="State One" />
							</f:facet>
							<f:facet name="two">
								<h:outputText value="State Two" />
							</f:facet>
						</rich:togglePanel>
						<rich:toggleControl for="tp" >
							<h:outputText value="state next" />
						</rich:toggleControl>
						<br />
						<rich:toggleControl for="tp"  switchToState="one" >
							<h:outputText value="state one" />
						</rich:toggleControl>
						<br />
						<rich:toggleControl for="tp"  switchToState="two" >
							<h:outputText value="state two" />
						</rich:toggleControl>
					</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