I have a JSF page that displays a TreeView TreeView from the TreeNodeImpl model generated in a bean backup.
Now I want the page to first display with a specific node extended / selected. Preferably this extension should be controlled using a bean (without javascript wizardry)
The entire tree was created during initialization of the bean database
Is it possible? I saw a mention of TreeState, is this the way to go?
source share