Your treemodel must fire the appropriate treeNodesChanged events on the listeners. And then you need to call tree.updateTree(ajaxRequestTarget);
-Matej On 8/20/07, Doug Leeper <[EMAIL PROTECTED]> wrote: > > I am using the TreeTable in Wicket Extensions. When selecting on a node, a > page allowing the user to edit the node value (and other useful info). Upon > saving, I would like the associated TreeNode to show the new value. How > would one go about having the TreeNode get "its value" again? > > Thanks > -- > View this message in context: > http://www.nabble.com/TreeTable...how-to-refect-a-label-change-on-TreeNode-tf4300479.html#a12240766 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
