result type Jasper [Struts 2]

2007-06-07 Thread honey0303
Hi i'm trying to integrate jasper with struts 2..but i got an error because of my result type jasper i've followed this tutorial.. action name=myJasperTest class=com.mevipro.test.action.JasperAction result name=success type=jasper/ /action my question is how can i defined a jasper

Integrating Struts 2 and JasperReports

2007-06-07 Thread honey0303
I get this error when i try to integrate jasper reports in my struts..I already have the struts2jasperreportsplugin in my lib folder.. but i got this error Caused by: There is no result type defined for type 'jasper' mapped with name 'success' and here is my action defined in my struts.xml

Re: result type Jasper [Struts 2]

2007-06-07 Thread honey0303
the result class you need to point at. I hope it helps Robin honey0303 wrote: Hi i'm trying to integrate jasper with struts 2..but i got an error because of my result type jasper i've followed this tutorial.. action name=myJasperTest class=com.mevipro.test.action.JasperAction

error in JasperReports and Struts 2.0 integration

2007-06-07 Thread honey0303
I got this error in integrating JasperReports and Struts 2.0 Message ID: WebModule[/myeis]Exception starting filter struts2 The package name 'jasperreports-default' at location package - jar Complete Message

JasperReports in Struts 2

2007-06-11 Thread honey0303
Hi.. i followed the tutorial for JasperReport in the Struts 2 Documentation..my problem is the code produces .jasper file but didnt return PDF on my browser but there is no error message. here is my code: package apps; import java.util.ArrayList; import java.util.HashMap; import

Struts 2.0 not working in IE

2007-07-16 Thread honey0303
I have website that uses Struts 2.0 with AJAX tags..the website is displaying/working fine in Mozilla Firefox but when i tried to view it in Internet Explorer it displays a blank page..I dont know how to solve it..I need to make my application browser independent..is there difference in coding

[S2] File not found exception

2007-07-24 Thread honey0303
How can i handle a file not found exception in struts 2..for example if the user type in a url of the server but the jsp file is not found a default jsp file will appear saying sorry cannot find that file.. How should i handle this? Thanks in advance.. -- View this message in context: