At 20:12 -0500 5/9/02, Ryan LeCompte wrote:
>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

Do you have a <taglib> entry for the library in your web.xml file?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to