Hi.
I use TreeHandlerAdapter to supply data for tree.
I have full control of data returned by List<Object> getRootNodes() method.
But despite this there are some other class objects in parentList param of Map<Object, List> getNodes(List parentList) method for second level of tree.
How can this be happen?
Tnahks.