Hello,
I am also working on the same senario,but i not able to reconstruct the tree
with the child nodes given a parent node on click of a particular node.I
have overriden the onNodeClickedEvent() of the AbstractTree but the tree in
the webpage does',t show the child nodes on refresh.
Plz Help .
I’d used Tree component(id=”tree”)
as navigation layout, I want to change another panel component(id=”main”)
of the same layout when one tree node clicked, But nothing change occur. When I
use the link component to change the same panel component(id=”main”)
followed the nested demo of wicke