Hi,

No wonder you don't see any errors if you catch them and then log very small error messages. Let the code throw proper errors or handle them properly by wrapping them and throwing them up the stack so that you clearly see what's happening when problems occur. If you make a big try/catch and eat up your errors, your servlet will never break but it would probably do nothing neither.

I hope this helps.
Teodor


Meenakshi Singh wrote:

hi all,

I have recently upgraded to jasper reports 1.2.2 from JR 1.1.1. Several
reports run through JR in my project in html, pdf & xls format. Pdf is
working fine.

Whereas my reports don't produce any html output now, they show a blank
page(No errors even)

& my xls report doesn't show the cell borders.

Please help me find out why it's no generating any html now as I have not
made any changes to the html servlet which I used to render the html output.
It's only after the upgradation that the problem happened.

I have copied all required lib files & only have one copy of the JR jar file
& other lib files.

I am also attaching my html servlet for your reference.

Thanks & Regards,
MS.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to