make sure u modify your web.xml with something like

<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
    version="2.4">

also, for jstl 1.1 no need to copy the .tld for standard and jstl

On Tue, 31 Aug 2004 10:16:29 +0100, Chris Ward
<[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> I've upgraded from Tomcat 4.1.24 to Tomcat 5.0.27, most of my JSPs that
> use
> JSTL (1.0) work with the new setup, but none of the XML tags work.
> Pages just
> bomb out - nothing in the browser, nothing in the console, nothing in
> the logs.
> Even just using <x:parse>
> 
> Since the "core" and "sql" tags do work I believe I am picking things up
> okay
> (I copied jstl.jar and standard.jar into my /lib dir and I notice the
> .tld files
> are in the standard.jar file).
> 
> Does this smell like a parser jar file problem?
> 
> Any ideas?  This is sucking up all my time and delaying a release.
> 
> Best regards
> Chris
> 
> p.s. I notice in some docs that the url for JSTL 1.1 tags are like this
>         <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"; %>
> rather than
>         <%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml"; %>
> - the new one doesn't seem to work for me.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to