0 Replies Latest reply on Jun 9, 2011 3:20 AM by zakim2000

    collapsiblepanel expanded

    zakim2000

      I have a rich:datatable which has in one of it's columns a collapsiblepanel.

      When the page is loaded the first time, the expanded='false' is working as expected.

      But when I expand one of the collapsiblepanels and edit something and submit the page all of the collapsiblepanels become expanded in all rows.

      I tried expanding the panel via js and header click also. In js I tried with switchPanel and switchToItem('@next').

      How can I prevent the collapsiblePanels from expanding automatically after submit or is this a bug?

      Thnx