[Seaside] WAUrl

Julian Fitzell jfitzell at gmail.com
Sat Sep 12 08:48:45 UTC 2009


Agreed. This is ugly and has been bothering me for a while. Not sure of the
solution off the top of my head and might have to wait for improvements to
encoding in 3.1 but do, please, file a bug report for it.
Julian

On Sat, Sep 12, 2009 at 10:13 AM, Lukas Renggli <renggli at gmail.com> wrote:

> 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
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090912/562e5b09/attachment.htm


More information about the seaside mailing list