Embedding

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Embedding

keith1y
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

       
       
               
___________________________________________________________
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Embedding

keith1y
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.

Keith

       
       
               
___________________________________________________________
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Embedding

Philippe Marschall
2006/8/15, Keith Hodges <[hidden email]>:

> 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
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside