[Seaside] Re: Help with understanding how #call: works

Squeaker squeakman at gmail.com
Sun Feb 24 20:54:41 UTC 2008


David Mitchell wrote:
> Don't call in a render.
> 
> When you see call: in the renderContentOn:, it is inside a block,
> which is invoked later (usually on a click). See
> 
> http://www.shaffer-consulting.com/david/Seaside/CallAnswer/index.html
> 
Thanks David.

I have a follow up question.

I am assuming if I do a

      self call: componentX

that I do not have to add componentX to the calling component's list of 
children. Is this true?

My experiments seem to confirm my assumption but is this the correct way 
to be doing things?

Thanks for the help,
Frank



More information about the seaside mailing list