[Seaside-dev] returnResponse: on seaside 3.0

Carlos Crosetti carlos.crosetti at mostar.com.ar
Sat May 29 00:49:59 UTC 2010


nice tip, thanks
  ----- Original Message ----- 
  From: Hernan Wilkinson 
  To: Seaside - developer list 
  Sent: Friday, May 28, 2010 2:45 PM
  Subject: [Seaside-dev] returnResponse: on seaside 3.0


  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
  seaside-dev at lists.squeakfoundation.org
  http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20100528/cc3f116e/attachment.htm


More information about the seaside-dev mailing list