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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Jul 29 14:04:26 EDT 2013


     [ https://issues.jboss.org/browse/RF-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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


More information about the richfaces-issues mailing list