Hi dude,
i have used the following taglibs
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
All others taglibs work except fn:trim of functions, i get the exception like
org.apache.jasper.JasperException: The class org.apache.taglibs.standard.functions.Functions specified in TLD for the function fn:trim cannot be found: org.apache.taglibs.standard.functions.Functions
i have placed jstl1.1, copied fn.tld and mapped in web.xml too.
What went wrong?
Thanks, SRI