Reputation: 1081
Can anybody help me oput by letting me know the "taglib uri" for JSTL tags in TOMCAT 6.0
Upvotes: 0
Views: 1495
Reputation: 4829
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..
Upvotes: 3