Hi, i need some help with Tree2 and Suns JSF RI with Facelets. The tree2 is clientSideToggle="true" and (normally) showRootNode="false".
I entered the site with a new browser window. I open some nodes and click on a commandLink. After reload all opened nodes are closed again. Next time this is no problem. #1 showRootNode is false The actionListener of the commandLink is not called when I click on it... #2 showRootNode is true The actionListener of the commandLink is called when I click on it... But I want no rootNode. I have tried the example from http://www.irian.at/myfaces/tree2HideRoot.jsf but there is still the same problem. Does anybody know a solution for my problem? Thanks for help, Helge Nahrwold