I have a JSF page that displays a RichFaces Treeview, from a TreeNodeImpl model generated in the backing bean.
Now I want the page to display initially with a specific node expanded / selected. Preferrably this expansion should be controlled from the backing bean (no javascript wizardry)
The whole tree has been generated at the time of initialization of the backing bean
Is this possible? I have seen mentioning of TreeState, is that the way to go?