I want to use html tags in my jsp, so I have to add the tag lib in web.xml when I add these lines to web.xml:
<taglib>
<taglib-uri>/tags/struts-html</taglib-uri>
<taglib-location>/WEB-INF/struts-html.tld</taglib-location>
</taglib>
it does not know taglib tag