[Seaside] Problem rendering with newest Seaside

German Arduino gsa at softhome.net
Tue Dec 7 11:15:19 CET 2004


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.

With Seaside 2.3 worked ok.

With Seaside 2.5 I get some sort of html not rendered, as:

<html> <head> <link rel=stylesheet href="/google.css"> <style> <!-- 
body,td,div,p,a,font,span{font-family:arial,sans-serif;} //--> </style> 
<title>La URL se ha añadido a Google</title> </head> <body 
class=siteowners bgcolor="#ffffff" text="#000000" link="#0000CC" 
vlink="#800080" alink="#ff0000"> <table width="95%" border=0 
cellpadding=2 cellspacing=0> <tr valign="top"> <td width="1%"> <a 
href="/"><img src="/images/google_sm.gif" alt="Volver a la página 
principal de Google." width="143"

Any help will be appreciated.

Cheers.
gsa.



More information about the Seaside mailing list