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.".
> 

try not to set the following header in JRResource.java:

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

volker

-- 
View this message in context: 
http://www.nabble.com/JRPdfResource-File-not-found-error-when-using-IE6-tp20937848p20945463.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