[jboss-user] [JBoss Seam] - Re: debug.seam and iText-PDF without redirects?

terryb do-not-reply at jboss.com
Fri Dec 28 04:29:22 EST 2007


how about allow to specify Content-Disposition as an attachement rather than hardcoded inline?

DocumentStoreServlet.java
...
response.setHeader("Content-Disposition", 
                               "inline; filename=\"" + documentData.getFileName() + "\"");

...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115868#4115868

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115868



More information about the jboss-user mailing list