Olá,
estou tendo problemas para usar as libs JSTL no Eclipse
Eu coloquei os .jar no diretório WEB-INF\lib (standart.jar e jstl.jar).
Coloquei o seguinte import na página jsp
<%@taglib uri=“http://java.sun.com/jsp/jstl/core” prefix=“c” %>
Obtenho o seguinte erro:
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
Já tentei trocar o import para
<%@taglib uri=“http://java.sun.com/jstl/core” prefix=“c” %>
O erro, então, é:
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
O cabeçalho do meu web-xml está indicando versão 2.5
Já tentei colocar isso no web-xml
http://java.sun.com/jstl/core
/WEB-INF/lib/standart.tld
O erro foi o seguinte:
org.apache.jasper.JasperException: File “/WEB-INF/lib/standart.tld” not found
Alguém sabe o q está havendo?
Obrigado
Abraços
