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".