Hi there,
I'm having some difficulty importing the JSP custom tag library in my JSP page. When I write:
1<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
An error comes up saying: "the absolute uri:<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> cannot be resolved in either web.xml or the jar files deployed with this application"
Does anybody know why this would happen? PS - this is the first time I'm trying to use JSTL in one of my projects..