WAProcessRenderingContinuation and HTML-only

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

WAProcessRenderingContinuation and HTML-only

rshiple

WAProcessRenderingContinuation

  >>processRendering: aResponse


defaults to

       >>createHtmlRootWithContext


which in turn is


>>createHtmlRootWithContext: aRenderContext
   ^WAHtmlRoot context: aRenderContext            "not consistent with non-SGML markup"


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: WAProcessRenderingContinuation and HTML-only

Philippe Marschall
2009/9/11 Robert Shiplett <[hidden email]>

>
> WAProcessRenderingContinuation
>
>   >>processRendering: aResponse
>
> defaults to
>
>        >>createHtmlRootWithContext
>
> which in turn is
>
> >>createHtmlRootWithContext: aRenderContext
>    ^WAHtmlRoot context: aRenderContext            "not consistent with non-SGML markup"

Make a subclass, is configurable on WAApplication.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside