Created
March 26, 2016 17:37
-
-
Save MafaldaLandeiro/98f9da259aa6f40d5fa6 to your computer and use it in GitHub Desktop.
Struts file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE struts PUBLIC | |
| "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" | |
| "http://struts.apache.org/dtds/struts-2.0.dtd"> | |
| <struts> | |
| <package name="personDefault" namespace="/" extends="jasperreports-default"> | |
| <action name="personJasperReport" class="org.StrutsJasperReport.action.JasperAction"> | |
| <result name="success" type="jasper"> | |
| <param name="location">/WEB-INF/classes/jasper/person_compiled_template.jasper</param> | |
| <param name="dataSource">personList</param> | |
| <param name="format">PDF</param> | |
| </result> | |
| </action> | |
| </package> | |
| </struts> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment