This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Selection in Treesuckerd Oct 19, 2007 9:28 AM (in response to ebariaux)Hi, 
 maybe using a StateAdvisor would solve the problem !?
 see http://labs.jboss.com/auth/wiki/en/ExpandCollapseTreeNodes
 Cu Mike
- 
        2. Re: Selection in Treeykravchenko Nov 18, 2007 3:00 PM (in response to ebariaux)Hi all. 
 I tired the following code:TreeState state = (TreeState) tree.getComponentState(); state.setSelected(null); 
 It works fine for me, I use jsf 1.1 (sum impl) and richfaces 3.1.0
 Regards Yevgen Kravchenko
 
     
    