Hi Folks, i've to implement a tree in which some node are exists under a parent node but they should not be visible to the user in browser at all.
I tried to overwrite "getChild" from TreeNode. But it dont works for me. I need this node existens either they are not visible because the tree is my data(model)-holder too for further processing.... Any Ideas? Thanks a lot.