tree2 help needed urgently.

2005-08-26 Thread Kolhe, Pallavi \(Cognizant\)
Hi , Im using tree2 component in my project. In my listener class I retrieve the currentnode clicked whose value I have to pass to my treeBacker class for some processing. Is there any way of maintaining state given in myfaces API .. ?? Please let me know ASAP . Regards.

Re: tree2 help needed urgently.

2005-08-26 Thread Sean Schofield
You want to know which node was clicked or do you want to preserve that information? To find out which node was clicked, you can add an actionListener and check the node identifier. It won't give you the true node id that the model uses but the identifier will be whatever you set it to so you