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.
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev