0 Replies Latest reply on May 30, 2011 5:24 AM by krbaburaj

    tree selected problem

    krbaburaj

      I have a tree where modules, sub modules and options are there(these are loaded from db).

      When a user click on the opion the jsp page linked with it will load.

      When user click on save or cancel button he can go back to the master page.

      But what i need is the last option(leaf) clicked will be selected(blue rectangle circled in option name).

      Using adviseNodeSelected and adviceNodeOpened i had done that.

      But the problem is, when i clicked the selected node the even is not calling.

      if im clicking the other leaf(options) then it will be working, but not working with the selected one.

      How the problem can be solved.. please help