ldcl289 Posted November 23, 2010 Share Posted November 23, 2010 Hi,I update my libraries and iReport to 3.6.7, but, now the PdfServlet and XslServlet doesn't workI use this:session.setAttribute(PdfServlet.DEFAULT_JASPER_PRINT_SESSION_ATTRIBUTE , jasperPrint);And that works in older version, but as I update the iReport, the new reports doesnt work with my old libraries, so I update it.But now I use the same code and when I try to access the pdf, the tomcat tell me "No JasperPrint documents found on the HTTP session".I try this and nothing: List jasperPrintList = new ArrayList();jasperPrintList.add(jasperPrint);session.setAttribute(PdfServlet.DEFAULT_JASPER_PRINT_LIST_SESSION_ATTRIBUTE, jasperPrintList); Both, and nothing!!So, what can I do, someone help me, please!!Thanks!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now