Hi,
I've found the source of my problem - cannot display web page in IE, Firefox. It's related with WARenderedHtmlRoot>>writeScript:on:. Original method
does write html source with closed script tag but modified method in mb-41 does write unclosed script tag. I can fix this with beClosed method like this;
writeScript: aString on: aStream
(self scriptElementWithSrc: (context urlForDocument: aString mimeType: 'text/javascript')) beClosed; writeOn: aStream
in WARenderedHtmlRoot.
Hope this can help fixing bug.
Thanks.
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside