In my JRun 0.92 world, I was able to have JSP pages that used server side
includes, such as:
<!--#include virtual="file.html"-->
I have upgraded to the latest JRun which supports JSP 1.0. The server side
include is not being included, but just appears as those lines in my result
HTML document.
Has something changed that precludes server side includes in JSP 1.0? I
know that I can make it work with:
<%@ include file="file.html"%>
But while this works, my HTML tool (Dreamweaver 3) doesn't recognize it as
an include, so I don't see it in my pages. I'd like to be able to stick
with SSI if possible.
Thanks,
David
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets