Before I go insane trying to figure out if I am doing something wrong, let
me ask you guys about jsp:include.

I am running Tomcat 3.1 on NT4 with the apache web server, jdk1.3, and
whenever I try to use jsp:include I get the error "Invalid jsp:include tag",
so what am I doing wrong.

Here is the tag I am using:
<jsp:include page="framebottom.jsp" />

The tag with parameters:
<jsp:include page="framebottom.jsp">
<jsp:param name="loggedIn" value="false" />
</jsp:include>

doesn't work either.  Am I doing something wrong or barking up the wrong
tree?  Is this a documented bug or is there a workaroung?  Can someone
please direct me in a direction where I can figure out what is going on?

Thank you all very much,
Rey

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