Basically, I want to be able to add and remove nodes in a tree dynamically.
That is, I have an 'Add node' and a 'Remove' node buttons located in the same page as the
tree2 component. The add and remove buttons have their corresponding actionListeners that
update the business model (i.e., treeBacker) everytime they're invoked. It seems that everytime
I come out of the actionListener (either add or remove), the tree2 is not rendered automatically.
If I refresh the page (i.e., F5), then the tree2 will show the updated information. I want to be able
to have tree2 show the updated information immediately. Is there an elegant way of doing this?
 
Edwin
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, July 18, 2005 5:39 PM
To: MyFaces Discussion
Subject: Re: force re-rendering


Can you elaborate Edwin?  tree2 is rendered by itself each time you view the page.

Reply via email to