Displaying empty pdf with jasper reports using spring framework
Hi,
I am working with spring jasper integration to generate the jasper reports. Spring 3.0.5RELEASE,ireport 4.5.0
I generated a report template using the ireport.My spring controller class is returning the view and i am using the view resolver in the dispatcher-servlet.xml.I placed the views.properties file in the classpath of my project to render the view in pdf format.The below lines of code i am using in the views.properties file.
packageWisePdfView.class=org.springframework.web.servlet.view.jasperreports.JasperReportsPdfView packageWisePdfView.url=/WEB-INF/packagewisereport1.jrxml
Where packageWisePdfView is my jsp name which is returned by the spring controller class.Using .class i am telling that render the pdf view.Using url i am telling where my jrxml is located.
Main thing is my packageWisePdfView.jsp is empty because i dont know what code i have to place over there.I am thinking that if i configure the view class in my views.properties file then it will automatically render the view to my packageWisePdfView.jsp.I dont know i am thinking in the correct way or not.But if i do like this i am getting the emptypage.Anything more i have to do.I am new to the jasper as well as spring also.Can any one help me regarding this.Please.....
Below is my controller class code:
public ModelAndView addTemplate(@ModelAttribute("reports") RaReports model, HttpServletRequest request,HttpServletResponse response) throws Exception {
String pdfFile =request.getSession().getServletContext().getRealPath("/") +"packagewisereport.pdf";
String jasperFile = request.getSession().getServletContext().getRealPath("/") + "packagewisereport1.jrxml";
JasperDesign jasperDesign = JRXmlLoader.load(new File(jasperFile));
JasperReport jasperReport = JasperCompileManager.compileReport(jasperDesign);
JasperPrint print = JasperFillManager.fillReport(jasperReport, map, conn);
JRPdfExporter jrPdfExporter = new JRPdfExporter();
jrPdfExporter.setParameter(JRExporterParameter.JASPER_PRINT,print);
jrPdfExporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME,pdfFile);
jrPdfExporter.exportReport();
return new ModelAndView("packageWisePdfView");
}
packageWisePdfView.jsp is empty i dont know what to write over there.Its very urgent to me can anyone please help me....
Thanks In Advance...
View Answers
Ads
Related Tutorials/Questions & Answers:
Advertisements
Reports to pdf conversion
Reports to
pdf conversion I need to convert
reports into
pdf format
using java.. Will i get any sample code
Generating pdf in Spring
Generating
pdf in Spring Sir/Madam,
I need your help in generating a
pdf by fetching the data form database and by
using unicode in
spring framework
Displaying database values in pdf format
Displaying database values in
pdf format Hi All,
I am developing a struts application.I am having one registration form when i am submitting... database values should be shown as
pdf or excel format.
Thanks in advance
generate pdf using jsp
generate
pdf using jsp how do i generate a
pdf using jsp that should query the data from the database and write it into a
pdf and download the same
jasper report
jasper report Sir,
I have created report
using ireport3 in netbeans but i am not able to show the report in jsp and also want to show the dynamicaly generated
reports and aslo show in
pdf and excel
Please help
Thanks
generate pdf in spring
generate
pdf in spring HOw do i generate
pdf in a
spring application, so that my click should query the database and a
pdf should be generated and downloaded to the client side
generate pdf in spring
generate
pdf in spring HOw do i generate
pdf in a
spring application, so that my click should query the database and a
pdf should be generated and downloaded to the client side
Displaying java.util.Calendar using JSP struts tags
Displaying java.util.Calendar
using JSP struts tags My question is in regard to
displaying a date whose source is java.util.Calendar and not java.util.Date. In all the examples I have found they only refer to the java.util.Date
Crystal Reports with Spring: problem
Crystal
Reports with
Spring: problem Hi all,
having successfully... tool,
I would like to integrate Crystal
Reports into my existing
spring MVC and hibernate web app
using:
1)new versione of Crystal
Reports' API CRJ
Spring Framework
Spring Framework
using Spring framework how to get filename output with date
example:NSR_CURRENTDATE.TXT
<property name="resource" value="F:/garryworkspae/NseSpring/output/output% schedule.date%.txt"/>
how to get
spring framework
spring framework Hi,
What is
spring framework in Java and where it is used?
Thanks
Hi,
Spring Framework in very famous and one... of application development.
The main module of
Spring framework is
Spring-Core,
Spring AOP
spring framework
spring framework Hi,
What is
spring framework in Java and where it is used?
Thanks
Hi,
Spring Framework in very famous and one... of application development.
The main module of
Spring framework is
Spring-Core,
Spring AOP
SPRING FRAMEWORK
SPRING FRAMEWORK I need any
Spring MVC project with complete description, so that I can understand about
Spring framework
Please visit the following links:
http://www.roseindia.net/tutorial/spring/spring3/jdbc
Show pdf's in web browser by using jsp?
Show
pdf's in web browser by
using jsp? Hi,
I want to display
pdf file in browser by clicking the link, available in JSP page.
When am trying to do this by
using Anchor tag with absolute path, it is showing the error as:
Http
Save a pdf with spring as below code
Save a
pdf with
spring as below code
c:/report.pdf
All work in the same way, but never save the report to disk.
How to solve this problem? please reply me
form field mapping with pdf file using java
form field mapping with
pdf file
using java Hai all,
I have one requirement
that i have one html form.i have to map the form fields with
pdf... related to the field in
pdf file should marked with a color.
can any one give
Form Handling in Spring Framework
empty. Can you send me some code for handling form in
spring framework.
 ...Form Handling in
Spring Framework I have created
spring project.I created the form. When I entered the values to the form, the values should