[Seaside] Problem rendering with newest Seaside

Avi Bryant avi.bryant at gmail.com
Tue Dec 7 12:11:17 CET 2004


On Tue, 07 Dec 2004 07:15:19 -0300, German Arduino <gsa at softhome.net> wrote:
> Hi:
> 
> After migrated to Seaside 2.5 a problem rendering html has emerged.
> 
> I use:
> 
> returnPage := HTTPSocket httpGet: 'http://www.miurl.com'.
> 
> and next (in a WAComponent inherited object), in the #renderContentOn:
> 
> html render: returnPage contents.

If you're rendering raw HTML text you should use the #html: method -

html html: returnPage contents

Avi


More information about the Seaside mailing list