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: [email protected] For additional commands, e-mail: [email protected]

