Hallo,
when processing the action you can delete your node serverside. This should be the easiest way. If you want to show/hide the node by Javascript it will be more work. You have to look at the produced html-Code to find the ids of the <td> that corresponds to your node and hide it by Javascript. but actually I didn't try this... cheers, Georg 2009/4/24 mitroiasi <[email protected]>: > > > Hi, > > I want to set a node invisible in a tree2 component. > I didn't find any proper method to do this. > Is it possible to implement this? > If yes, how? > > Thank you > -- > View this message in context: > http://www.nabble.com/Set-a-node-invisible-in-tree2-tp23211324p23211324.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

