Re: opening a pdf file from action class

2006-03-21 Thread Frank W. Zammetti
See if your question is addressed in this Wiki entry: http://wiki.apache.org/struts/ServingPdfDocuments Frank temp temp wrote: In my download action class I set the content type and write byte array to the response which makes the browser open a dialog box “save or open" . Is there

opening a pdf file from action class

2006-03-21 Thread temp temp
In my download action class I set the content type and write byte array to the response which makes the browser open a dialog box “save or open" . Is there a way to open the file without the option save or open i.e. when user clicks on file link I want to open the file in the bro