RE: JSP to static html...

2004-01-26 Thread Neil Pattinson
rect to database, 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 there

Re: JSP to static html...

2004-01-25 Thread Max Cooper
ssage - 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 a

RE: JSP to static html...

2004-01-24 Thread Eric Bariaux
Message- > From: Joe Hertz [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 24, 2004 3:47 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP to static html... > > I had a requirement like this once, but the reports were generated by > Seagate > Crystal. It generated the

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 1

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 y

Re: JSP to static html...

2004-01-23 Thread Jacob Wilson
y 23, 2004 2:28 PM Subject: RE: 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] -

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 thi

Re: JSP to static html...

2004-01-23 Thread Max Cooper
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

RE: JSP to static html...

2004-01-23 Thread Wiebe de Jong
ome.htm Wiebe -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

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 spe

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 t

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