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]