Hi 
 
I want to do some reporting that is to be called by a cron job.
 
I do not want to use a reporting tool. Can use JSP 
 

*       to talk to the database 
*       fetch the relevant details
*       format the details as a report
*       fetch the HTML  source of the generated report
*       and email it to intended recipients

My doubt is 
 
is it possible to fetch the HTML source of a  JSP?
 
I know I could use java mail to email if I could manage to get the source.
 
Please pour in your suggestions
 
Thanks
deepa



Reply via email to