Hi, I implemented a tree component similar to the SelectableFolderContent example (http://www.wicket-library.com/wicket-examples-6.0.x/tree/wicket/bookmarkable/org.apache.wicket.examples.tree.NestedTreePage). It works fine as long as the nodes do have unique names. If thehe is more then one node with the same name, they all get selected by clicking on one of them. Can anyone offer a solution for that?
Thanks Oliver
