Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

suggest a filename to a generated pdf

Zmitko, Jan

2007-03-12

Replies:

Hi,

I try do suggest a filename to the generated pdf´s. However the PDF should be display automaticly this meand without some further action of the user.

This HTTP Header Information works

response.setHeader("Content-Disposition", "attachment; filename=" + fileName);

and this does not works

response.setHeader("Content-Disposition", "inline; filename=" + fileName);

Is the comibination of the values inline and filename not possible?

Thanks for any Ideas,

Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.