You have to write another action to handle it if using Struts, or simply using SpringMVC for generating report. SpringMVC has already provided the existing interface to integrate with JasperReports....
Type: Posts; User: commandos; Keyword(s):
You have to write another action to handle it if using Struts, or simply using SpringMVC for generating report. SpringMVC has already provided the existing interface to integrate with JasperReports....
Thanks for your reply. Here is the bug issue
http://opensource.atlassian.com/projects/spring/browse/SPR-1124
Hi all,
It seems that JasperReportsHtmlView is not able to output the result as UTF-8 encoding. I have configured the view as follow ..
...
<bean id="basicReportMulti"...
Thanks for your quick reply, it works well after change to following !!
...
<property name="exporterParameters">
<map>
<entry...
Hi all,
I'm going to configure a parameter map in my application. I have to configure a Boolean type in one of the parameters, I have encoutered ClassCastException if I using following config ..
...
I have found a related thread about my issue, here is the reference
http://forum.springframework.org/showthread.php?t=15611
404 Page Not Found - it's because the trailing space in the...
Thanks your help !! I would simply use the DispatcherServlet for my reports.
Hi all,
I'm writing a very simple application to test the SpringMVC, but I encountered some problems. Firstly, I have defined a report-servlet.xml for the DispatcherServlet , following is the copy...
Hi All,
I couldn't find any document about the integration between JasperReports and Struts underlying spring framework. And I realized that spring has provided some existing JasperReports views...
I am intend to dry run the SQL without changing the database. I know I can control the transaction in programatic way, but just want to know the declarative transaction way can support force rollback...
Thanks !! But I want to know that is it possible to achieve using declarative transaction ??
Hi there,
How could I accomplish the force rollback by using the TransactionProxyFactoryBean even no exception thrown ?? What transaction attribute should be set ??
<beans>
<bean...
I'm writing a bulk update function for my application, but have encountered some transaction problems.
First, I have defined a BatchDAO for the data access, snippet
public BatchDAOJdbc...