Re: Double parsing: JSP -- JSP -- HTML

1999-05-21 Thread Lance Lavandowska
TECTED] <[EMAIL PROTECTED]> Date: Friday, May 21, 1999 9:07 AM Subject: Re: Double parsing: JSP -- JSP -- HTML >>Create a File, open a FileWriter, and write your JSP code to that. > >Of course, it will work, but it is not very elegant: your JSP code is >embedded in the Java

Re: Double parsing: JSP -- JSP -- HTML

1999-05-21 Thread Boris Granveaud
>Create a File, open a FileWriter, and write your JSP code to that. Of course, it will work, but it is not very elegant: your JSP code is embedded in the Java code, you have to quote characters like " ... What I'd like is to write some code in one JSP page, and to have a way to tell that this co

Re: Double parsing: JSP -> JSP -> HTML

1999-05-21 Thread Christopher Cobb
Escape the parts that you want to preserve until the second pass: <\% // this gets passed through literally to second pass %\> Boris Granveaud wrote: > Hello everybody, > > Could someone help me to solve the following problem: I have to generate JSP > pages which contains results of a process

Re: Double parsing: JSP -- JSP -- HTML

1999-05-21 Thread Boris Granveaud
>From the FAQ: > > 37) Is there a way to execute a JSP from the comandline or from my > own application? >(...) OK, but this solves only a part of the problem. The other part is: how do I write the parsed JSP file so that its output contains JSP tags which will be processed later. I'd like to

Re: Double parsing: JSP -> JSP -> HTML

1999-05-21 Thread Richard Vowles
>From the FAQ: 37) Is there a way to execute a JSP from the comandline or from my own application? There is a little tool called JSPExecutor that allows you to do just that. The developers (Hendrik Schreiber <[EMAIL PROTECTED]> & Peter Rossbach <[EMAIL PROTECTED]>) aim was not to wr

Double parsing: JSP -> JSP -> HTML

1999-05-20 Thread Boris Granveaud
Hello everybody, Could someone help me to solve the following problem: I have to generate JSP pages which contains results of a process which is executed once a day (it can't be done when the JSP is served because it is too long). To generate the JSP pages, I need some template mechanisms and I'