<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5945" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>nice tip, thanks</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=hernan.wilkinson@gmail.com 
  href="mailto:hernan.wilkinson@gmail.com">Hernan Wilkinson</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=seaside-dev@lists.squeakfoundation.org 
  href="mailto:seaside-dev@lists.squeakfoundation.org">Seaside - developer 
  list</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, May 28, 2010 2:45 PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Seaside-dev] returnResponse: on 
  seaside 3.0</DIV>
  <DIV><BR></DIV>
  <DIV>Hi,</DIV>
  <DIV>&nbsp;is seaside 2.8 you could do something like this:</DIV>
  <DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"><BR></SPAN></DIV>
  <DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>self session 
  returnResponse: (WAResponse&nbsp;</DIV>
  <DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>document: 
  aDocument</DIV>
  <DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>mimeType: 
  'application/vnd.ms-excel'</DIV>
  <DIV><SPAN class=Apple-tab-span style="WHITE-SPACE: pre"></SPAN>fileName: 
  'xxx.xls')</DIV>
  <DIV><BR></DIV>
  <DIV>that is, return in the response a specific content, in this case a csv 
  report.</DIV>
  <DIV><BR></DIV>
  <DIV>How can I do the same with Seaside 3.0? I could not find it...</DIV>
  <DIV><BR></DIV>
  <DIV>Thanks</DIV>
  <DIV>Hernan.</DIV>
  <DIV><BR></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>seaside-dev mailing 
  list<BR>seaside-dev@lists.squeakfoundation.org<BR>http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev<BR></BLOCKQUOTE></BODY></HTML>