Re: deleting nodes in tree2

2005-10-13 Thread Alban Coulange
Well, I tried both of your solutions, I thought it was working, but after a while it has re-appeared!!! I don't know what to do. Maybe I will change the look of my web page. If I delete a node it turns pnbsp/p (it is an example) into lt;pgt;amp;nbsplt;/pgt;!! And it is not because I am using nsbp

Re: deleting nodes in tree2

2005-10-06 Thread alban
Thanks for your reply. How I delete nodes? I have checkboxes at each leaf and each level of my tree. If the user submits the form with a button say Submit it calls an actionListener, gets the tree2 check all the checkboxes and deletes the nodes. This step works fine. After that, it looks like

Re: deleting nodes in tree2

2005-10-06 Thread Christian Froelich
every node but the selected one?? For me the first approach worked quite well.. (in treeTable with t:tree). Hope it helps, Christian --- Ursprüngliche Nachricht --- Von: alban [EMAIL PROTECTED] An: users@myfaces.apache.org Betreff: Re: deleting nodes in tree2 Datum: Thu, 6 Oct 2005 08:56:07

deleting nodes in tree2

2005-10-05 Thread Alban Coulange
Hello, I would like to know if I was deleting nodes correctly in the tree. I get the tree : * FacesContext facesContext = FacesContext.getCurrentInstance(); ht = (HtmlTree) facesContext.getViewRoot()

Re: deleting nodes in tree2

2005-10-05 Thread Christian Froelich
@myfaces.apache.org Betreff: deleting nodes in tree2 Datum: Wed, 5 Oct 2005 08:46:45 + (UTC) Hello, I would like to know if I was deleting nodes correctly in the tree. I get the tree : * FacesContext facesContext = FacesContext.getCurrentInstance(); ht