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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Jul 15 11:28:28 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3508?page=all ]

Nick Belaevski updated RF-3508:
-------------------------------

    Assignee: Nick Belaevski  (was: Sergey Halipov)

> 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: Facelets, FF, IE, Opera
>            Reporter: Sergey Halipov
>         Assigned To: Nick Belaevski
>             Fix For: Future
>
>
> <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