<div>Hi,</div><div> 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 </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: &#39;application/vnd.ms-excel&#39;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>fileName: &#39;xxx.xls&#39;)</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>