Re: HELP : tree2 problem ?

2005-09-12 Thread Guilherme Gomes
I "fixed" the problem by not discarding the previous tree. Instead of building a new one, just "clean" the one you have, i.e. , get rid of all children - don't forget to set the expanded nodes as not expanded too. It seems that if you create a new tree, myfaces will try to use the previous tree

HELP : tree2 problem ?

2005-09-12 Thread Guilherme Gomes
Although this seems to be the ordinary expanded/leaf/hasChildren problem that is normally due to the tree not being setup properly, i haven't quite figured it out yet. May be missing something. So what happens is this: -I have a tree2 with some nodes. -I also have a few checkboxes that change wh