Hi Friends,
I need some help on jasper reports implementation.
Actly my servlet is exporting the blank reports where a simple java class file (with main method) is working right.
any suggestion will be much appreciated.
thanks,
arun
Printable View
Hi Friends,
I need some help on jasper reports implementation.
Actly my servlet is exporting the blank reports where a simple java class file (with main method) is working right.
any suggestion will be much appreciated.
thanks,
arun
Something in here should help.
http://www.google.com/search?hl=en&q=jasperreports+java
Hi Hack,
Actly I discovered the solution before your reply.
Anyway, thanks for your reply.
Please post what you did to resolved your problem as it might help someone else with the same or similiar problem.
Thanks. :)
Hi,
In my servlet I just set the cursor of the resultset before the first record.
Whereas in simple java file it is working fine without setting the resultset before the first record.
I got this solution just by guess work, but I really dont know why this difference exists between simple java program and servlet.
I anybody know the reason plz. tell me.
thanks,
Arun