[richfaces-issues] [JBoss JIRA] (RF-11546) collapsiblePanel does not reevaluate expanded attribute on ajax render

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Aug 23 13:56:26 EDT 2013


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

Brian Leathem updated RF-11546:
-------------------------------

    Fix Version/s:     (was: 5-Tracking)
         Assignee: Pavol Pitonak


QE please confirm this issue report.
                
> collapsiblePanel does not reevaluate expanded attribute on ajax render
> ----------------------------------------------------------------------
>
>                 Key: RF-11546
>                 URL: https://issues.jboss.org/browse/RF-11546
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.0.0.Final
>            Reporter: u j
>            Assignee: Pavol Pitonak
>
> If a rich:collapsiblePanel is rerendered via ajax, the expanded attribute is not re-evaluated.
> {code}
> <rich:collapsiblePanel  toggleListener="#{bean.toggle}"
> expanded="#{bean.open}" switchType="ajax"
> onswitch="#{bean.render ? 'load();' : ''} >
> {code}
> The bean.render method is called, the open method is not (verified with the debugger).
> So e.g. the panel is opened by click, some other action changes the (session) bean property open to false and then an action ajax-rerenders the panel, the panel is still open instead of closed.
> Only on a page GET reload is the panel closed.

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