You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Philip Weaver <ph...@earthlink.net> on 2001/06/22 10:31:57 UTC

JSP Tag XML Syntax Problem (, etc.)

I'm using Tomcat 3.2.1 and am unable to use the XML syntax of certain JSP
tags: 

    <jsp:include page="page.jsp"/>     [Error: Invalid jsp:include tag]
    <jsp:scriptlet></jsp:scriptlet>

The same tags work in Resin. What could I be doing wrong?

Thanks,
Philip

org.apache.jasper.compiler.CompileException:
/Organize/Tomcat/jakarta-tomcat-3.2.1/webapps/philmaker//index.jsp(27,2)
Invalid jsp:include tag
    at 
org.apache.jasper.compiler.IncludeGenerator.(IncludeGenerator.java:95)
...
....
.....