Oscar Calderon wrote:
a question about downloading files from struts action.

I would suggest using the stream result type rather than hand-constructing the servlet response. In either case, though, you want to look into the "contentDisposition" result parameter. Probably you want a value something like 'attachment;filename="foo.xls"'

-Dale

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

Reply via email to