I don't know what I've done incorrectly, but I can't include JSTL. I have jstl-1.2.zip
, taglibs-standard-jstlel-1.2.5.zip
in my WEB-INF/lib but unfortunately I get exception:
jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
I included also the taglib : <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
in my JSP file. Please help me I couldn't find a solution for this problem, I just want to show hello world with the jstl technology so i can go and learn more about it.