On Wednesday, September 15, 2010,  wrote:
> I would like to collect the data by accessing database and create the
> contents for a download file.
>
> Without creating the real file for InputStream that the struts2 convention
> proposes to use for download, how to code?

A stream is a stream-doesn't need to be a file. Or just stream
directly to the response and return null.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to