[Seaside] Re: Problem rendering with newest Seaside

German Arduino gsa at softhome.net
Tue Dec 7 12:36:28 CET 2004


Avi Bryant wrote:

> 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

Worked ok!

Thanks Avi.



More information about the Seaside mailing list