Struts 2 File "/struts-tags" not found
843840Jan 19 2009 — edited Jun 29 2010I'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.