Hi,
I have created a web project and running it using Tomcat 5.5
I am trying to use JSTL in my jsp.On writing the taglib directive in jsp, it gives me the following error:
------------
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
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
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:114)..........
-------------
Do I need to make some changes in web.xml also in order to use the tag library?