Hi all
I am creating a trinidad tree from ArrayList using _model = new ChildPropertyTreeModel(getPeople(), "kids"); When the tree is created i want to *add some parent nodes and child nodes and i have to provide on option to delete selected nodes*. Please help me. Please post some code examples if posible.......Is there any API support to achieve this or i need to code my self. If there is no API support please guide me how can i write my own code to achieve this. -- Thanks and Regards Ravindra Adireddy

