Thanks a million Martin

It was my incorrect URL in the taglib declaration that caused it.


-----Original Message-----
From: Martin van Dijken [mailto:[EMAIL PROTECTED] 
Sent: 11 March 2004 12:21
To: Tag Libraries Users List
Subject: RE: Can't use JSTL 1.1 EL functions without errors


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]


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

Reply via email to