Yes in the datasource BUT NOT in the UI <blah> tree!
I didn't realize that the UI<blah> tree maintains a copy of itself across
multiple requests; sort of like being statically maintained. So in order
to update the UI tree do I have a to get a copy of the tree2 component
from FacesContext, search for the tree2 component, and update it accordingly?
Is this correct?
 
Thanks Dennis!
Edwin
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, July 18, 2005 6:06 PM
To: MyFaces Discussion
Subject: RE: force re-rendering


In the 'add' and 'remove' methods of the backer, are you creating and deleting these instances in the underlying datasource(db, xml, etc.) AND in the UI<blah> tree?  It's sounds like you may be missing the second part.  Perhaps F5 works because it is firing whatever code you are loading the model to begin with.

Reply via email to