Hi
I am using appfuse1.9.4 followed the tutorial on springMVC with JasperReport
the testcase is runnig successful and the pdf report generated is blank.
Code:
<bean id="nameViewResolver"
class="org.springframework.web.servlet.view.BeanNameViewResolver"/>
<bean id="methodNameResolver"
class="org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver">
<property name="paramName" value="action">
</property>
</bean>
<bean id="userMultiFormatReport"
class="org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView">
<property name="contentDispositionMappings">
<props>
<prop key="html">inline; filename=report.html</prop>
<prop key="csv">inline; filename=report.csv</prop>
<prop key="pdf">inline; filename=report.pdf</prop>
<prop key="xls">inline; filename=report.xls</prop>
</props>
</property>
<property name="url" value="/WEB-INF/reports/userList.jrxml" />
</bean>
and
when i print the model(ie MAP) in the controller it is fetching the
userslist from app_user table.
Thanks in advance
Srinivas
--
View this message in context:
http://www.nabble.com/PDF-report-is-blank-using-the-Tutorial-of-springMVC-and-JasperReport-with-appfuse-1.9.4-tp14510155s2369p14510155.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]