Has the issue discussed here: http://marc.theaimsgroup.com/?l=myfaces-user&m=114469142112029&w=2 been resolved in any manner?
I have a need to access nodes in a tree in a random fashion, is there any way you can do this? The getNodeById() methods do not work with node.identifier. I also need to access a random node in the tree and be able to get it's children. I could do this via node.getChildren"(0' but I need to be able to get to the parent node in the tree! Any ideas? Sawan

