Doug Donohoe wrote: > I'd probably have to do an anonymous subclass of my Login panel. It doesn't > know about it's parent or what the parent might like to swap in when a > logged in user is present. > > I'll look under the covers of replaceWith() - I basically want to do > whatever replaceWith() does without actually replacing anything.
replaceWith() is provided by Component and knows all it needs to do it. You shouldn't have to do anything to use it. Carl-Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
