Hello,
I am trying to use the JSTL in my JSP with the following: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> However, I get an error that says: Error: (line 1): Could not parse deployment descriptor: java.io.IOException: can not resolve 'http://java.sun.com/jstl/core' into a valid tag library Any ideas? Ryan
