[Seaside] Embedding

Philippe Marschall philippe.marschall at gmail.com
Tue Aug 15 05:24:10 UTC 2006


2006/8/15, Keith Hodges <keith_hodges at yahoo.co.uk>:
> Keith Hodges wrote:
> > I am getting a walkback when I try to embed a component.
> >
> > I have implemented #children but I still get
> >
> > WARender(Object)>>error:
> > self  a WARender
> >  temps
> >  aString  'Components not found while processing callbacks: #(a
> > WAStoreRepository)'
> >  inst vars
> >  root  a WAToolFrame
> >  context  a WARenderingContext
> >  request  a WARequest
> >  url  a WAUrl
> >
> >
> > any ideas?
> >
> > Keith
> yes - it helps if you dont nil out the instance var that points to the
> component. Confused as to why the walkback contains the component in the
> array above.

You can nil it out or change it as long as register the component that
implements #children for backtracking.

Philippe


More information about the Seaside mailing list