[richfaces-issues] [JBoss JIRA] (RF-13105) Problem with expanded for collapsiblePanel inside dataTable

Mahesh Bonagiri (JIRA) jira-events at lists.jboss.org
Thu Jul 25 04:19:26 EDT 2013


Mahesh Bonagiri created RF-13105:
------------------------------------

             Summary: Problem with expanded for collapsiblePanel inside dataTable
                 Key: RF-13105
                 URL: https://issues.jboss.org/browse/RF-13105
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: component-menu, component-tables
    Affects Versions: 4.3.2
         Environment: Windows 7, IE 8, 
            Reporter: Mahesh Bonagiri


https://community.jboss.org/message/818174
<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>

if one of the collapsiblePanels ist expanded and another server action (pageination, button click,...) is done, all the collapsiblePanels are expanded.


--
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: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list