[Seaside] [ANN] the Bicephale project

Philippe Marschall philippe.marschall at gmail.com
Mon Oct 10 09:09:46 UTC 2005


> renderContentOn: html
> |dt|
> dt := self call: [WADateSelector new].
> html div: dt.
I don't know if Bicephale handles this differently but #call: should
in seaside only be sent in callbacks.

I don't see why you need to #call: a component and then render it
anyway. And if you only store it in a temp, how do you return it in
#children?


More information about the Seaside mailing list