Re: Capturing the output from a JSP ...

1999-10-12 Thread Victor Miksonov
> Does anyone know a good way of capturing the output > generated by a JSP so that it can be written to a > file ? (I basically want to use .JSP's as templates > to generate a static HTML site). > > What I'd like to do is have a wrapper JSP which does > 2 things, > > 1. Redirects out so that it is

Re: Capturing the output from a JSP ...

1999-10-11 Thread Burns, Brendan
]] Sent: Monday, October 11, 1999 2:12 PM To: [EMAIL PROTECTED] Subject: Re: Capturing the output from a JSP ... I've run into the same problem. I'm currently working on a JSP prototype of our system. Our production system currently uses NAS 2.11 as our app server and works very simi

Re: Capturing the output from a JSP ...

1999-10-11 Thread Sergio Socarras
I've run into the same problem. I'm currently working on a JSP prototype of our system. Our production system currently uses NAS 2.11 as our app server and works very similar to JSP including tag extensions. One of the tags we implemented is a specialized include tag that supports the caching of

Re: Capturing the output from a JSP ...

1999-09-30 Thread Carsten Heyl
>Does anyone know a good way of capturing the output generated by a JSP = >so that it can be written to a file ? (I basically want to use .JSP's as = >templates to generate a static HTML site). > >What I'd like to do is have a wrapper JSP which does 2 things,=20 > >1. Redirects out so that it is w

Re: Capturing the output from a JSP ...

1999-09-30 Thread Craig R. McClanahan
John Hawkins wrote: > Does anyone know a good way of capturing the output generated by a JSP > so that it can be written to a file ? (I basically want to use .JSP's > as templates to generate a static HTML site). What I'd like to do is > have a wrapper JSP which does 2 things, 1. Redirects out so

Capturing the output from a JSP ...

1999-09-30 Thread John Hawkins
Does anyone know a good way of capturing the output generated by a JSP so that it can be written to a file ? (I basically want to use .JSP's as templates to generate a static HTML site).   What I'd like to do is have a wrapper JSP which does 2 things,    1. Redirects out so that it is writing