I'm using Jasper Reports in a
J2EE Web Application that produces reports in either .pdf or .xls format (user's choice). Here is the problem. If a run a report that produces an .xls file, if I don't close that .xls file, everytime I run any other report, the same xls file will appear in the new window.
When I check my Weblogic console, system print lines show the proper file being accessed. Is there something that I'm missing?
See code from
servlet below.