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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues