Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CAnnot resolve the jstl tag library

843840Feb 5 2008 — edited Feb 5 2008
Hi , i'm deploying a struts(1.3) app on weblogic8.1

In the jsp i'm including the taglib as

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

But when i deploy the app , and go the jsp, i get this error:
/search/search.jsp(7): Could not parse deployment descriptor: java.io.IOException: cannot resolve 'http://java.sun.com/jstl/core' into a valid tag library
probably occurred due to an error in /search/search.jsp line 7:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

Strange thing is import taglib uri is not the one i have in the error . I see jsp missing in the uri of error page.

i have deleted the whole appln war file and redeployed to make sure it doesnt have some old copy, but still i see the same error.

Any help is appreciated.Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2008
Added on Feb 5 2008
6 comments
534 views