Hi-

I have a problem with including files. I'm running Websphere 3.0.
The following two attempts to include a file gives me error "Attribute include has no 
value":

<%@ include file="./includetest.jsp" %>
<jsp:include page="./includetest.jsp" />

If I use the XML-style notation, I don't get any error, but the code is simply added 
to my HTML (the file is not included).

<jsp:directive.include file="./includetest.jsp" />

The files are all in the same catalog.


It would be great to get help on this.



Best Regards, Mattias

___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

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