I'm trying to use the Alternative Tree2 Lazy Loading Method...by jtmille30
approach in lazy loading my tree.
I'm just wondering why the action attribute in the jsp is pointing to
(action="#{treeBacker.selectedNode} ) which is in the back end its
public void selectedNode() {
this.selectedNode =
this.getTreeModel().getNode().getDescription();
}
This.getTreeModel().getNode() is non existent. I'm using myfaces 1.1.5 core
and impl and tomahawk 1.1.6. What is only available to me is
this.getTreeModel().getNodeByID(String nodeID)...
I don't know what to put in the nodeID.
Anyone care to clear the confusion here?
At the same time what does that method (selectedNode) really do?
--
View this message in context:
http://www.nabble.com/Tree2-Lazy-Loading-Confusion-tf4206825.html#a11966806
Sent from the MyFaces - Users mailing list archive at Nabble.com.