Struts Users,

 

Despite the numerous posts/suggestions I have read/implemented on the
subject, I am not able to download or display existing PDF files from my SSL
struts/tomcat application using Internet Explorer.

 

Safari and Firefox work fine.  Unfortunately it is not an option for me to
tell my users not to use IE.

 

The DownloadAction example/workarounds as provided by
<http://wiki.apache.org/struts/ServingPdfDocuments>
http://wiki.apache.org/struts/ServingPdfDocuments didn't work for me either.
I haven't been able to link to the files as HREFs, either.  For example:

 

<html:link href="files/pdfs/myFile.pdf">My File</html:link>

 

I don't have an entry for "nocache" in the controller element of my
struts-config file.  Adding the nocache parameter with a value of false had
no effect.

 

Any suggestions would be greatly appreciated.

 

Struts Version:              1.2.9

Tomcat Version:            6.0.14

Java Version:                1.6.0_05-b13

IE Version:                    7.0.6000.16757

Reply via email to