Pessoal,
para usar jstl no tomcat 4,há problema em apenas citar na jsp
<%@ taglib uri=“http://java.sun.com/jstl/core” prefix=“c” %>
está acontecendo o seguinte erro:
org.apache.jasper.JasperException: This absolute uri (http://java.sun.com/jstl/core) cannot be resolved in either web.xml or the jar files deployed with this application
ou é necessário ter os tlds?