
I'm trying to use jstl tags in jsp.i've included the jstl.jsr file in lib folder of my project and also written the foll. tag statement in jsp page
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
but still i'm getting the error "CANNOT FIND THE TAG LIBRARY DESCRIPTOR FOR http://java.sun.com/jsp/jstl/core "
Please tell me where am i going wrong?