I noticed that when I created a Web Project with the Java EE 5.0 level, the JSTL support options are disabled. This makes sense with the libraries that are included, but when I use the Manage Deployments feature to deploy to Tomcat 5.x.x the Java EE 5.0 libraries are not deployed to WEB-INF/lib where as my user libraries are.
Am I missing something or is this a bug?
If I stickwith J2EE 1.4, the JSTL libraries are deployed with the Manage Deployments feature.