I'm trying to figure out how Server Side Includes are supposed to work, and
how JRun 2.3 implements it.

The 0.92 spec says
"Using server-side includes, you can embed an .html file or even another
.jsp file inside the current JavaServer pages file. (If you decide to embed
another .jsp file, read the Directives section of the JavaServer Pages
Syntax for information on how embedded directives are handled when in
conflict with those of the parent page.) "

This would seem to indicate that if I include a .jsp file in another .jsp,
both will get processed.  However, when I do this (with JRun 2.3, as I
mentioned), the included file does not get processed - it gets dumped in
verbatim, JSP directives and all.

Possible answers:
1) JRun 2.3 is not properly handling SSIs
2) I'm missing some parameter that will tell JRun to parse the included
files
3) I've misread the spec - included files are not meant to be parsed.

Thanks.

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

Reply via email to