Hey Thomas,

> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
Shouldn't this also be :
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>

Furthermore, Check whether in the c.tld file, at the set tag, the
rtexpr-value property is set to true. In the past the JSTL 1.1 distribution
included a c-rt.tld and a c.tld, if they are both still present, you need
the c-rt.tld for JSP 2.0/Servlet 2.4 handling of the EL-functions

Grtz,

Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to