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!

JSTL function tld

800409Nov 21 2007 — edited Nov 21 2007
I'm using the ${fn:substring()}

If I include it like this it works fine.
<%@taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>

but I much prefer to point the uri to something in my WEB-INF directory. This is for an intranet application and assures that an internet connection is not required for the application to run.

What would the correct tld be?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2007
Added on Nov 21 2007
2 comments
132 views