]
Brian Leathem updated RF-13105:
-------------------------------
Fix Version/s: 5-Tracking
Problem with expanded for collapsiblePanel inside dataTable
-----------------------------------------------------------
Key: RF-13105
URL:
https://issues.jboss.org/browse/RF-13105
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-menu, component-tables
Affects Versions: 4.3.2
Environment: Windows 7, IE 8,
Reporter: Mahesh Bonagiri
Fix For: 5-Tracking
If one of the collapsiblePanels is expanded and another server action (pageination,
button click,...) is done, all the collapsiblePanels are expanded.
{code}
<rich:dataTable var="var" value="#{bean.someValue}"
id="table">
<rich:column>
<rich:collapsiblePanel expanded="#{var.property}"
switchType="client" id="panel">
<h:inputText value="#{var.editValue1}" />
...
<a4j:commandButton action="#{bean.someAction}"
value="save" render="table"/>
</rich:collapsiblePanel>
</rich:column>
</rich:dataTable>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: