[Web.xml] Balise taglib non reconnue
Avec la dernière version d'eclipse je génère une appli web.
Et la version du web.xml est maintenant :
Code:
1 2 3 4 5 6
|
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5"> |
Mon souci est que la balise <taglib> ne semble plus est connue.
Où alors indiquer où se trouve les tld comme par exemple : :?
Code:
1 2 3 4 5
|
<taglib>
<taglib-uri>/tags/struts-bean</taglib-uri>
<taglib-location>/WEB-INF/struts/struts-bean.tld</taglib-location>
</taglib> |
Merci. ;)