i am trying to use jasper report functionality from document of strtus
2.0.11
after creating person.java at com.mevipro.test
and com.mevipro.test.action.JasperAction and
our_jasper_template.jrxml

i have write in strtus.xml

        <action name="myJasperTest"
class="com.mevipro.test.action.JasperAction">
                        <result name="success" type="jasper">
                                /jasper/our_compiled_template.jasper
                                myList
                                PDF
                        </result>
                </action>
-------------------------
while i try to run index.jsp it shows error message of http status 404 file
not found
what is problem
-- 
View this message in context: 
http://www.nabble.com/JasperReports-problem-tp15824149p15824149.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]

Reply via email to