HiI have a TreeView with a TreeViewSelectionListener, but the listener doesn't get invoked when a item is removed from the tree.
I do : tree.getTreeData().remove( tree.getSelectedNode());tree is refreshed : the removed node is no longer shown, no node is selected but the listener is not invoked.
Am I missing something ? ps: The same strategy works fine with ListView.
Regards Anton
