[Seaside] WAUrl

Lukas Renggli renggli at gmail.com
Sat Sep 12 08:13:51 UTC 2009


This seems to be wrong. Please file a bug report.
Lukas

2009/9/11 Robert Shiplett <grshiplett2 at yahoo.com>

> Should I have to subclass WAUrl to avoid WAHtmlDocument in a printOn: ?
>
>
> >>printOn: aStream
> | document codec |
>
> codec := [ self requestContext codec ]
>     on: WARequestContextNotFound
>     do: [ :e | WANullCodec new ].
> document := WACurlDocument on: aStream codec: codec.
> self encodeOn: document usingHtmlEntities: false
>
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


-- 
Lukas Renggli
http://www.lukas-renggli.ch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090912/a8074c6b/attachment.htm


More information about the seaside mailing list