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!

Struts 2 File "/struts-tags" not found

843840Jan 19 2009 — edited Jun 29 2010
I'm using Struts 2 in a web app, wherein I'm getting
org.apache.jasper.JasperException: File "/struts-tags" not found error
struts2core.jar is in project classpath.
Also, I tried placing struts-tags.tld in WEB-INF folder
and specifying

<jsp-config>


<taglib>


<taglib-uri>/struts-tags</taglib-uri>


<taglib-location>/WEB-INF/struts-tags.tld</taglib-location>


</taglib>


</jsp-config>
in web.xml. But this also doesn't work. I'm struck at this from last 2 days and can't find any solution to it.
Any help would be appreciated.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2010
Added on Jan 19 2009
11 comments
12,138 views