[Seaside] Rendering on an external stream

Denis Kudriashov dionisiydk at gmail.com
Thu May 14 09:22:50 UTC 2009


Hi,

I do something like that:

contents := (WARenderCanvas builder)
        fullDocument: true;
        rootBlock:
                [:root |
                    root meta
                        contentType: self session contentType
                        charset: self session charSet];
        render: [:html | componentToPrint renderContentOn: html].


Denis

2009/5/14 Marco D'Ambros <marco.dambros at lu.unisi.ch>

> Hi,
>
> I need to write a seaside component which understands #renderContentOn: on
> an external file.
> Let's say that the component is called componentToPrint, what I want to do
> is to redirect the output (what gets written on the html document) of
>
> html render: componentToPrint
>
> on an external stream.
>
> How can I do it?
>
> cheers
> Marco
> _______________________________________________
> 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/20090514/28be9add/attachment.htm


More information about the seaside mailing list