I have the following error in a jsp file
Cannot find the tag library descriptor for /tags/struts-html
The offending code on the first line of the jsp is:
<%@ taglib uri="/tags/struts-html" prefix="html" %>
My WEB-INF/web.xml contains the following lines:
<taglib>
<taglib-uri>/tags/struts-html</taglib-uri>
<taglib-location>/WEB-INF/struts_html.tld</taglib-location >
</taglib>
And the same WEB-INF directory also contains the struts_html.tld file.
Abel wrote:
> Hi,
>
> I have the following error in a jsp file
> Cannot find the tag library descriptor for /tags/struts-html
>
> The offending code on the first line of the jsp is:
> <%@ taglib uri="/tags/struts-html" prefix="html" %>
>
> My WEB-INF/web.xml contains the following lines:
> <taglib>
> <taglib-uri>/tags/struts-html</taglib-uri>
> <taglib-location>/WEB-INF/struts_html.tld</taglib-location >
> </taglib>
>
> And the same WEB-INF directory also contains the struts_html.tld file.
>
> What am I doing wrong?
Is this with a Dynamic Web Project? If rerunning validation on the
project doesn't clear it up, try Closing and Opening the project.
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational