GroovyEvaluator not found
问题 I'll try to do my PIE 3D report in iReport , in my struts.xml i got this to call my report. <action name="cargaReporte" class="com.techera.eventos.action.MisVisitasAction" method="cargaReporte"> <result name="success" type="jasper"> <param name="location">/WEB-INF/jsp/reportes/reporteMisVisitas.jasper</param> <param name="dataSource">visitas</param> <param name="format">PDF</param> </result> </action> in my jsp i got this <a href="cargaReporte">Reporte</a> and when i clicked the link, the