I am trying to use JSTL tags in my jsp running Weblogic 8.1 SP3. This is the error I get ----
weblogic.servlet.jsp.JspException: (line 5): Could not parse deployment descriptor: java.io.IOException: cannot resolve 'http://java.sun.com/jstl/core' into a valid tag library
I have unjared the standard.jar files and placed them under WEB-INF and the path looks something like this --- WEB-INF\classes\org\apache\taglibs\standard
The above was not working, so I also tried in my web.xml file --
I have the c.tld file under WEB-INF folder, and in my JSP -- <%@ taglib uri="jstl/c" prefix="c"%>, but my IDE is not able to resolve this (i.e. It shows 'jstl/c' in RED).