Hello to all,
This is the first time i have to generate an HTML report on the same page on a button click. My solution is to call a
servlet and and the servlet will do the job of generating the HTML file using Jasper Report. The servlet will then forward the request to the same
JSP it was called from and the JSP will then include that HTML file generated using the include directive. My question is : Am i thinking in a right way to accomplish the task or it has to be done in some different way? Please provide me some guidence over how to generate an HTML flle using Jasper Reports
Thanks and Regards
--Girish--