JSTL Taglib uri for Tomcat 6.0
Can anybody help me oput by letting me know the "taglib uri" for JSTL开发者_Python百科 tags in TOMCAT 6.0
Following is the working URI, which is I am using..
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
You should add jstl.jar in your classpath..
精彩评论