I finally solved it ;-)

The trick was to override setHeaders in JRPdfResource 

Add: 
        response.setHeader("Cache-Control", "private"); 
        response.setDateHeader("Expires", -1);



lizz wrote:
> 
> I am creating a (jasper) pdf file using JRPdfResource in a JasperLink.
> This works fine in Firefox and Internet Explorer 7, but when I use
> Internet Explorer 6 I get an error message saying "There was an error
> opening the document. The file cannot be found.".
> 
> I also have an Excel link using JRXlsResource but this one works fine for
> all 3 browsers. 
> 
> Doesn anyone know why this happens?
> 
> Thanks :-)
> 

-- 
View this message in context: 
http://www.nabble.com/JRPdfResource-File-not-found-error-when-using-IE6-tp20937848p20951219.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to