I had a requirement like this once, but the reports were generated by Seagate 
Crystal. It generated the static HTML. JSP seems like the wrong tool to be 
using here.

I would think (speaking out of my hat here) if the report itself was a JSP 
page what you MAY be able to do is something like, in your action, making an 
HTTP request yourself to the JSP, receive the HTML that gets generated in 
response into a text buffer, save it some place, and then send the user to 
it. If he pushes the button, you have an HTML file you can send him to.

It's a complete and utter hack, but hey.



----- Original Message ----- 
From: "Jacob Wilson" 
To: "Struts Users Mailing List" 
Sent: Friday, January 23, 2004 12:30 PM
Subject: JSP to static html...


> Hi All...
>
> I have a specific requirement in my project... I want to convert the 
> JSP
pages to static html pages and save them in a local directory... How do I 
achieve this functionality??? Any suggestions appreciated.
>
> Thanks much.
>
> -Jacob
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free web site building tool. Try it!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to