Here are the offending lines in the jsp document.
<%@ taglib uri="http://jakarta.apache.org/taglibs/datetime-1.0" prefix="dt" %>
...
<dt:format><c:out value="${event.start.time}"/></dt:format>
Here is the strange error-
Severity Description Resource In Folder Location Creation Time
2 unknown user tag <dt:format … check http://jakarta.apache.org/taglibs/datetime-1.0 00_home.jsp SFHIV/WebRoot/templates line 50 August 6, 2004 10:44:47 AM
The tablibs-string.jar is also in the classpath and if I try something like dt:chomp there is no error. If I add the taglib tlds manually and use a context relative url, the error disappears……………………………….
What operating system and version are you running?
WINDOWS XP
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
3.0RC2
– Was Eclipse freshly installed for MyEclipse?
YUP
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed?
NOPE
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
Version: 3.7.200
Build id: 200407091200-3.8-Beta2
What JDK version are you using to run Eclipse? (java -version)
1.4.2
What JDK version are you using to launch your application server?
default
What steps did you take that resulted in the issue?
see above
What application server are you using?
Tomcat 4