2 Replies Latest reply on Sep 24, 2007 6:48 AM by tamri

    <rich:tree and saving his state

    tamri

      I use <rich:tree
      How to save tree's state? so,when I go on other page from the tree page, and then return on tree's page, i want to be tree with same state.
      I save state with this code
      treeState=new TreeComponentState(uiTree,false);
      uiTree.setComponentState(treeState);
      bat it does't work.
      has enyone some idea?
      thanks;