RE: JSTL Functions

2004-04-23 Thread Avinash Gangadharan
You're right Bill, I figured this out yesterday as I was looking at my web.xml. Thanks Avinash -Original Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 7:01 PM To: [EMAIL PROTECTED] Subject: Re: JSTL Functions Make sure that the DOCTYPE for

Re: JSTL Functions

2004-04-22 Thread Bill Siggelkow
Make sure that the DOCTYPE for your web.xml specifies Servlet 2.4 Avinash Gangadharan wrote: Hi All, I'm trying to use the jstl/functions tag library and cannot seem to make it work. In my jsp I have something of the this sort: <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"