Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2
-
None
-
OC4J 10.1.3.5
Description
Currently, tiles-jsp.tld uses XML Schema of the JSP 2.1 version. It should use the 2.0 version, as specified in the website.
-------Original request-------
I developed an application using tiles2.2.2 (including the core,api,servlet, and jsp components) and it ran fine on my Jetty development container. But, when I deployed to an OC4J 10.1.3.5 container (my production container), It failed with the following error:
Invalid or unsupported tld version: 2.1
The web site (http://tiles.apache.org/framework/getting_started.html) states that JSP 2.0 is required, but digging in the source code, I see that the tld does indeed require JSP 2.1 in versions greater than 2.0.7.
Unless backwards compatibility is a project goal, just updating the site with correct dependency is probably enough. Meanwhile, I'll go back and use the older version until our production site upgrades containers.