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 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'd like to
> use... JSP! So I have the following situation:
>
>     offline        online
>     parsing        parsing
>     (batch)        (when the page is served)
> JSP ---------> JSP ---------> HTML
>
> In the first JSP page, I have JSP tags which should be parsed the first
> time, and other JSP tags which should be parsed only the second time.
>
> Does anybody have an idea how to do it with a simple syntax?
>
> Boris Granveaud.
>
> +----------------------------------------------------------+
> |   Boris Granveaud      -      Ingenieur d'Etude          |
> |   Fi System - Societe de Services Internet Intranet      |
> |   mailto:[EMAIL PROTECTED] - http://www.fisystem.fr   |
> +----------------------------------------------------------+
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JSP-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
begin:vcard
n:Cobb;Christopher
tel;cell:703-909-7550
tel;fax:703-648-7475
tel;work:703-648-6725
x-mozilla-html:TRUE
org:Powerhouse Technologies, Inc.
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:SW Architect
fn:Christopher Cobb
end:vcard

Reply via email to