[Seaside-dev] returnResponse: on seaside 3.0

Hernan Wilkinson hernan.wilkinson at gmail.com
Fri May 28 17:45:25 UTC 2010


Hi,
 is seaside 2.8 you could do something like this:

self session returnResponse: (WAResponse
document: aDocument
mimeType: 'application/vnd.ms-excel'
fileName: 'xxx.xls')

that is, return in the response a specific content, in this case a csv
report.

How can I do the same with Seaside 3.0? I could not find it...

Thanks
Hernan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20100528/c5d172aa/attachment.htm


More information about the seaside-dev mailing list