It is correct, and there is nothing special you should do, if your TreeModel
is correctly implemented (=it reflects the change).

If it doesn't, it means that the TreeModel which you set to the tree is
holding stale data, you need to correct that.

-Matej

On 8/30/07, Doug Leeper <[EMAIL PROTECTED]> wrote:
>
>
> After further evaluating what I need done...I don't believe I need AJAX.
>
> The Tree Node needs to be updated to reflect a data change, i.e. name.
> However, the name change occurs in a page...not in the same page as the
> tree.
>
> Am I correct in this...no AJAX is needed since I am changing Pages?
>
> If this is correct (no AJAX)...how to tell the nodes in the TreeTable to
> update/reload their information?
>
>
> --
> View this message in context:
> http://www.nabble.com/TreeTable...how-to-refect-a-label-change-on-TreeNode-tf4300479.html#a12400148
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to