I simply put this line in a page:

<%@ taglib prefix="c"
uri="http://java.sun.com/jstl/core"; %>


And I get this exception when trying to load it:

org.apache.jasper.JasperException: 
Validation error messages from TagLibraryValidator for
c

null: org.xml.sax.SAXParseException: The content of
elements must consist of well-formed character data or
markup.


org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)

org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:404)

org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:112)

org.apache.jasper.compiler.Validator.validateXmlView(Validator.java:1575)

org.apache.jasper.compiler.Validator.validate(Validator.java:1521)

org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:253)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:459)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:442)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:552)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


What am I doing wrong?  Is it possible to use JSTL
with Tomcat 5.0.14?

Thank you,
--Leo


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to