Brian Cavanagh wrote:
>
> Hi,
>
> I am developing with v.092, and I do not seem to be able to use any of the
> useful 1.0 tags such as
> <jsp:include>
> or <%@ include file= "filename.jsp" %>.
>
> Does anyone know how I can include files into my code without relying on the
> tags or include directive. Is it possible using the older version?
>
> I am running JRun 2.33.
>
> Rgds
>

the format in 0.92 is
<%@ include="filename.jsp" %>

JRun 2.3.3 does support JSP 1.0 if you want to change.

Sean

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

Reply via email to