hi!
My problem is report views. I run the jasperdemo and works fine.
I made a example from scratch and works fine, but when I put this reports
in my application dont work!
My controller returns
my views.propertiesCode:return new ModelAndView("userReportMulti", model);
when I run in the web...Code:userReportMulti.class=org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView userReportMulti.url=/WEB-INF/reports/UserReport.jrxml userReportMulti.reportDataKey=myBeanData
why its appends .jsp?Code:type Status report message /WEB-INF/jsp/userReportMulti.jsp description The requested resource (/WEB-INF/jsp/userReportMulti.jsp) is not available.
any ideas?
thanks
Fabio Falci


Reply With Quote