[Seaside] Rendering on an external stream

Marco D'Ambros marco.dambros at lu.unisi.ch
Thu May 14 09:05:27 UTC 2009


I found it myself :-)

What I needed was something like this:

WARenderCanvas builder render: componentToPrint

cheers
Marco


On May 14, 2009, at 10:39 AM, Marco D'Ambros wrote:

> 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



More information about the seaside mailing list