[
http://jira.jboss.com/jira/browse/RF-935?page=all ]
Alexander Francuzov closed RF-935.
----------------------------------
Assignee: Alexander Francuzov (was: Andrey Izobov)
TogglePanel: breakes inside repeat
----------------------------------
Key: RF-935
URL:
http://jira.jboss.com/jira/browse/RF-935
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Nick Belaevski
Assigned To: Alexander Francuzov
Fix For: 3.2.0, 3.1.1
<ui:repeat
value="#{salesReport.items}"
var="row">
<rich:togglePanel
id="tgl"
initialState="closed"
switchType="server"
stateOrder="closed, opened">
<f:facet name="closed">
<rich:toggleControl>
<h:outputText value="blah blah"/>
</rich:toggleControl>
</f:facet>
<f:facet name="opened">
<a4j:outputPanel id="multy_table">
<rich:toggleControl>
<h:outputText value="close"/>
</rich:toggleControl>
<h:outputText value="oops!!!"/>
</a4j:outputPanel>
</f:facet>
</rich:togglePanel>
</ui:repeat>
--
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