You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Matthew Fisher <Ma...@metcash.com> on 2004/04/30 08:03:13 UTC

JSTL function library

Hi people,

I'm pretty sure I've seen this in another post but I can't find the
reference anymore. Sorry about the repetition!

I'm trying utilise the JSTL Functions library with the following line
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>

but I get the following error
 ... cannot resolve 'http://java.sun.com/jsp/jstl/functions' into a valid
tag library ...

so I'm wandering what I'm doing wrong, considering that the above line is
provided by Sun?

Where can I download the functions.tld?

Matt



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: JSTL function library

Posted by Bill Siggelkow <bi...@bellsouth.net>.
Matthew Fisher wrote:
> Hi people,
> 
> I'm pretty sure I've seen this in another post but I can't find the
> reference anymore. Sorry about the repetition!
> 
> I'm trying utilise the JSTL Functions library with the following line
> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
> 
> but I get the following error
>  ... cannot resolve 'http://java.sun.com/jsp/jstl/functions' into a valid
> tag library ...
> 
> so I'm wandering what I'm doing wrong, considering that the above line is
> provided by Sun?
> 
> Where can I download the functions.tld?
> 
> Matt
Matt, are you using JSTL 1.1?  You may want to download the taglibs 1.1 
impl from the http://jakarta.apache.org/taglibs  -- I noticed that there 
is an fn.tld with this download.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org