I have a j2ee application using spring framework. I am trying to export jasper reports to xml, pdf and xhtml files. I am using eclipse ide with plugin for weblogic server ...
<% response.reset(); response.setHeader("Content-Disposition", "attachment;filename=\"" + "test.xls\""); response.setHeader("Content-Transfer-Encoding", ...