What does it mean "reset root node". What exactly do you do with your TreeModel. And what tree model are you using?
-Matej On 8/31/07, Doug Leeper <[EMAIL PROTECTED]> wrote: > > > I have a tree that I reset the root node when a user selects on another > component (Component A). However, the tree is not "redrawn" until I click > on the tree (the previous tree contents are shown). > > Besides Tree.invalidateAll() and > DefaultTreeModel.nodeStructureChanged(tnode ) > DefaultTreeModel.nodeChanged( tnode ) > DefaultTreeModel.reload() > > Is there anything else I can do as these do not work? > > Note: not using AJAX at the moment...a page refresh is being done when > selecting Component A. > > Thanks > - Doug > -- > View this message in context: > http://www.nabble.com/Tree-not-%22redrawn%22-when-resetting-root-node-tf4359637.html#a12424854 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
