On 11/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Currently preserveToggle only works with client-side toggle. If you want to > keep the state in server-side toggle, provide a session scoped TreeModel > instead of a TreeNode as the model.
Thanks, I switched from TreeNode to TreeModel and that worked.

