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:if
as follows

<c:if test="${!empty pageContext.session.id}">
${pageContext.session.id}
</c:if>

org.apache.jasper.JasperException: /index.jsp(20,0) According to TLD or
attribute directive in tag file, attribute test does not accept any
expressions

This worked fine in previous versions.

Also, any idea why I had to muck around in the Java EE Module Dependencies
to get the two JSTL jars to actually copy out of the workspace?

Peace,
Scott

-- 
View this message in context: 
http://www.nabble.com/JSTL-problem-in-v2.5-web-application-tp18270280p18270280.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to