java - JSTL Taglib -error -
i have following pice of code:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
if want run programm following error message:
http status 500 - absolute uri: http://java.sun.com/jsp/jstl/core cannot resolved in either web.xml or jar files deployed application
my jar files in web-inf/lib/ folder
--->javax.servlet.jsp.jstl-1.2.1-javadoc.jar (imp) --->javax.servlet.jsp.jstl-api-1.2.1-javadoc.jar (api)
i use web.xml version 3.0
so please can me?!
thanks
it seems have added javadoc of jstl instead of code. try downloading 1 , add lib directory:
http://mvnrepository.com/artifact/javax.servlet/jstl/1.2
Comments
Post a Comment