This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: nested simpleTogglePanel not obeying opened attributepanky_p Dec 23, 2009 9:14 AM (in response to vc5)Sorry I thought about rich:togglePanel. Can you post some code snippet.
- 
        2. Re: nested simpleTogglePanel not obeying opened attributevc5 Dec 23, 2009 9:58 AM (in response to vc5)<rich:orderingList value="#{myBean.myList}" > <rich:column width="50"> <rich:simpleTogglePanel opened="false" switchType="client"> Hello! </rich:simpleTogglePanel> </rich:column> </rich:orderingList>in the above sample code, the orderingList will have the simpleTogglePanel opened initially even though the "opened" attribute is set to false. 
- 
        3. Re: nested simpleTogglePanel not obeying opened attributepanky_p Dec 24, 2009 2:03 AM (in response to vc5)Yes, you right I did try the code you provide and the simpleTogglePanel remain opened. I'm not sure but only after wrapping simpleTogglePanel in orderingList behave that way otherwise it obeys opened="false" rule and remains closed. I suspect might be an issue!! 
 
     
    