Hi,
I post this question here although I'm not using dijit. I hope either it can also be answered or moved to the correct place.
I have a Tree and a RPCController to load the nodes via a servlet. If I expand a node the data is loaded from the server and displayed correctly.
Now I want to search for nodes in the tree and then expand the nodes I found. The search is done on server side and I get back the path from the root to the corresponding node.
