yes after understanding my mistake i have added
all commons-* .jar and got another error at
<action name="myJasperTest" class="com.mevipro.test.action.JasperAction">
result type error undefined
because
i have
try {
JasperCompileManager.compileReportToFile(
"jasper/our_jasper_template.jrxml",
"jasper/our_compiled_template.jasper");
} catch (Exception e) {
e.printStackTrace();
return ERROR;
}
//if all goes well ..
return SUCCESS;
}
in JasperAction.java
i could not understand why error come
--
View this message in context:
http://www.nabble.com/JasperReports-problem-tp15824149p15826154.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]