I am trying to run an application in a dock that works fine in Tomcat 5.5. The application uses servlet 2.4 and JSP 2.0.
Jetty / Jasper throws this exception:
org.apache.jasper.JasperException: /WEB-INF/tiles/layout/main.jsp(85,55) PWC6340: According to the TLD, rtexprvalue is true, and deferred-value is specified for the attribute items of the tag handler org.apache.taglibs.standard.tag.rt.core.ForTokensTag, but the argument for the setter method is not a java.lang.Object
One strange thing, I can't find TLD anywhere. It seems that I get it by magic, which I do not understand. Is it possible to get the wrong TLD?
It's also hard to tell where it came from org.apache.taglibs.standard.tag.rt.core.ForTokensTag. Eclipse does not find it in the project download path.
Any hints are welcome ...
jstl jetty
Mojo
source share