2 Replies Latest reply on Jul 6, 2009 6:22 AM by user1234

    removing tree node selection

      i am using <rich:tree> , and creating the tree node at runtime,
      now after node selection in some action i want to remove the selection state from tree so that again if second time click on the same node nodeSelectionlistner should work.
      how i can do that?
      thanks in advance..

        • 1. Re: removing tree node selection
          ilya_shaikovsky

          you could use onclick event instead of on built in selection submit which occurs only after actual selection.

          • 2. Re: removing tree node selection

            yes can do onclick event also...but problem is that onclick will work for "+" "-" images also...and i need to get selected node data in mange bean also to open a specific page,
            and after closing the page again if i click that selected node , the page should open again, but currently it is not happening has second time not calling nodeSelectionListner as node is already selected.