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" %> <c:set var="str" value="SOMETHING"/> The length is : ${fn:length( str )} The standards-example webapp that comes as a part of the jakarta-taglibs-standard-1.1.0 library dist works just fine. Can you guys see where am I making a mistake or what do I need to do to get this setup properly. TIA Avinash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]