Node root=tree1.getRoot();
Node cloneNode = new Node();
cloneNode = (Node)root.clone();
This throws a classCast Exception, what is wrong in implementation ?
How can i clone a specific node ??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047579#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...