On Mon, 18 Mar 2002, Christopher Cobb wrote:

> Date: Mon, 18 Mar 2002 15:44:16 -0500
> From: Christopher Cobb <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: 4.0.2: Element type "tlib-version" must be declared.
>
> When I try to use a JSP 1.2 style taglib definition file, I get an exception
> JasperException: XML parsing error on file /WEB-INF/tabtags.tld, Element type
> "tlib-version" must be declared.  My file validates against this dtd:
> http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd.  Is there some switch somewhere to
> turn on JSP 1.2 dtds?
>

What does the entire DOCTYPE element of your TLD say?  Tomcat matches on
the public identifier first, and if that says to use the JSP 1.1 version,
it will.

> cc
>

Craig


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to