Re: JSP and Taglib for JSTL
Posted By:
Seban_Suita
Posted On:
Tuesday, April 5, 2005 12:08 AM
You should use the JSP directive
<%@ taglib prefix="fmt" uri="http://java.sun.com/../fmt" %>
and into the web.xml you should specify where found the taglib tld
http://java.sun.com/../fmt
/WEB-INF/fmt.tld
If you are using tomcat 5 be sure that the uri is the correct one.