1 Reply Latest reply on Dec 13, 2009 8:05 AM by nbelaevski

    <rich:tree/> is not shrinking

    kushanxp

      Hi Guys,

      i have implemented <rich:tree> with the attribute

      adviseNodeOpened="#{treeManagedBean.adviseNodeOpened}"


      public Boolean adviseNodeOpened(UITree uiTree) {
      
       return Boolean.TRUE;
       }
      


      the problem is tree is not get shrinking now. i have implemented tree in separate JSP and included in to every page by <jsp:include> when i removed that adviseNodeOpened part i can shrink and collapse the tree but when i click another link on the tree, it gets shrink

      How can i keep the tree state for all the times, that means it should remember what are the nodes that i opened or closed through out all the pages