Sinon, tu pourrais tester en J2EE 1.4.
Remplace ceci :
par ceci :Code:
1
2
3
4 <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "dtd/web-app_2_3.dtd">
Et mets l'uri suivante dans le web.xml et dans la directive taglib de ta jsp :Code:
1
2
3
4
5
6
7 <?xml version="1.0" encoding="ISO-8859-1"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
Code:http://java.sun.com/jsp/jstl/core