[Seaside] Rendering embedded WAComponents

Ben Schroeder bschroeder at procro.com
Tue Mar 2 16:13:58 CET 2004


Hi Esteban,

> It should render the html generated on the 
> WAModelView>>renderContentOn:,
> but it doesn't. Instead, it renders the "printString" of the 
> WAComponent.
> 
> It renders:
> 
> Model components:
> 	aWAModelView
> 	aWAModelView
> 	aWAModelView
> 	aWAModelView
> 	aWAModelView
> 
> (suposing it has 5 components).
> 
> 	Does somebody knows why happens this?

Does WAModelView subclass WAComponent?  If not: it looks like Object has a renderOn:
implementation that just prints the object.  That method might be running rather
than the intended one from WAComponent.

Regards,
Ben Schroeder


More information about the Seaside mailing list