RE: Can't use JSTL 1.1 EL functions without errors

2004-03-11 Thread Thomas Forrester
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

RE: Can't use JSTL 1.1 EL functions without errors

2004-03-11 Thread Martin van Dijken
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 d

Can't use JSTL 1.1 EL functions without errors

2004-03-11 Thread Thomas Forrester
I am trying to use a JSTL EL function (fn:toUpperCase), although this problem occurs with any function. I think it has something to do with my setup. After looking around, I realised I needed to use a Servlet 2.4 web.xml . No I have done that I get another error. If I use code like this: <%@ tagli