[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:
-------------------------------

         Issue Type: Bug  (was: Feature Request)
        Description: 
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}

  was:
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.


    Forum Reference: https://community.jboss.org/message/818174

    
> 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
>
> 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