[Seaside] Parent Component

Avi Bryant avi.bryant at gmail.com
Tue May 24 21:04:19 CEST 2005


On 5/24/05, Guenther Schmidt <gue.schmidt at web.de> wrote:
> Hi,
> 
> If a subcomponent wants to call a method of the parent component, how do I do that?

There are no automatic links maintained between children and parents. 
If you want a child to know about its parent, then do something like
"child parent: self".

Avi


More information about the Seaside mailing list