Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

fn:trim() not working

843840Jul 10 2008 — edited Jul 14 2008
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2008
Added on Jul 10 2008
8 comments
1,336 views