JSTL problem in v2.5 web application

2008-07-03 Thread stanlick
I just installed the new Eclipse Ganymede and Tomcat 6.x server and created a dynamic web app. I added the JSTL jars to the project and after much fussing around trying to get the jars to actually deploy to the WEB-INF/lib folder, I am getting this error when trying to use the core tag library c:

Re: JSTL problem in v2.5 web application

2008-07-04 Thread stanlick
a mix up > using and older tld with a newer JSTL syntax or mixing versions of > standard.jar and jstl.jar. > > --David > > stanlick wrote: >> I just installed the new Eclipse Ganymede and Tomcat 6.x server and >> created a >> dynamic web app. I adde