RE: JSP to static html...

2004-01-26 Thread Neil Pattinson
, but the principal is the same) Hope you find this helpful, Regards, Neil Pattinson. -Original Message- From: Jacob Wilson [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 23:51 To: Struts Users Mailing List Subject: Re: JSP to static html... Actually, this is therequirement... One jsp page

Re: JSP to static html...

2004-01-25 Thread Max Cooper
- From: Jacob Wilson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 3:58 PM Subject: Re: JSP to static html... Thanks Max. This sounds very good. Your saying that automatically creating an html when the jsp is rendered sounds good. This should

Re: JSP to static html...

2004-01-23 Thread David Erickson
I don't know the layouts of your jsps or what you are doing in them.. but JSP's are inherently non-static because they use runtime expressions to generate the html, and that can change on a per request basis. If you are using strictly html and no RT expressions or tags or anything I don't see why

RE: JSP to static html...

2004-01-23 Thread Ron Day
View source in browser and save it to xxx.html -Original Message- From: Jacob Wilson [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 1:31 PM To: Struts Users Mailing List Subject: JSP to static html... Hi All... I have a specific requirement in my project... I want to convert

Re: JSP to static html...

2004-01-23 Thread Mark Lowe
wget or curl On 23 Jan 2004, at 22:28, Ron Day wrote: View source in browser and save it to xxx.html -Original Message- From: Jacob Wilson [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 1:31 PM To: Struts Users Mailing List Subject: JSP to static html... Hi All... I have a

RE: JSP to static html...

2004-01-23 Thread Wiebe de Jong
-Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:14 PM To: Struts Users Mailing List Subject: Re: JSP to static html... I don't know the layouts of your jsps or what you are doing in them.. but JSP's are inherently non-static because they use runtime

Re: JSP to static html...

2004-01-23 Thread Max Cooper
and other abilities may offer a more manageable solution. -Max - Original Message - From: Ron Day [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:28 PM Subject: RE: JSP to static html... View source in browser and save it to xxx.html

Re: JSP to static html...

2004-01-23 Thread Jacob Wilson
Actually, this is therequirement... One jsp page(contains scriptlets, dynamic values. etal) in the current application generates a report. Now, I need to present with a button at the end of the page. When I click on that button, this page should be converted into a static html and then ftp

Re: JSP to static html...

2004-01-23 Thread Jacob Wilson
: JSP to static html... View source in browser and save it to xxx.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Do you Yahoo!? Yahoo

Re: JSP to static html...

2004-01-23 Thread Joe Hertz
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

RE: JSP to static html...

2004-01-23 Thread Edgar P Dollin
You could use webtest with one of the logging options. Then if they change you could run your test to regenerate the pages. Edgar - Original Message - From: Jacob Wilson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 12:30 PM