Hello,
I would like to use JSTL in jsp
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
But I get the following error messages
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core
cannot be resolved in either web.xml or the jar files deployed with this application
Any ideas?
Thanks.