[Castore-commits] web.xml 1.10 1.11
Mohamed Yenje Ould Elkhadir
mohamed at adullact1.hosting.cri74.org
Jeu 24 Aou 13:19:15 CEST 2006
Update of /cvsroot/castore/castore-struts-webapp/src/webapp/WEB-INF
In directory adullact1:/tmp/cvs-serv6657/src/webapp/WEB-INF
Modified Files:
web.xml
Log Message:
definition de la servlet d'autocomplétion ajax
Index: web.xml
===================================================================
RCS file: /cvsroot/castore/castore-struts-webapp/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** web.xml 18 Jul 2006 14:42:40 -0000 1.10
--- web.xml 24 Aug 2006 11:19:12 -0000 1.11
***************
*** 139,142 ****
--- 139,149 ----
<servlet-class>fr.emn.castor.servlets.administration.gestionWorkflows.ServletGestionWorkflows</servlet-class>
</servlet>
+
+ <servlet>
+ <servlet-name>Autocomplete</servlet-name>
+ <display-name>Autocomplete</display-name>
+ <servlet-class>fr.emn.castor.servlets.ajax.Autocomplete</servlet-class>
+ <load-on-startup>2</load-on-startup>
+ </servlet>
<servlet>
<servlet-name>OAIHandler</servlet-name>
***************
*** 236,239 ****
--- 243,251 ----
<url-pattern>/ServletGestionWorkflows</url-pattern>
</servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>Autocomplete</servlet-name>
+ <url-pattern>/Autocomplete</url-pattern>
+ </servlet-mapping>
+
<!-- Ajout des mappings pour une bonne retro-conversion-->
<!-- OpenOffice -->
***************
*** 327,330 ****
--- 339,346 ----
<taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
</taglib>
+ <taglib>
+ <taglib-uri>/WEB-INF/ajaxtags.tld</taglib-uri>
+ <taglib-location>/WEB-INF/ajaxtags.tld</taglib-location>
+ </taglib>
<taglib>
<taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
***************
*** 347,349 ****
--- 363,369 ----
<taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
</taglib>
+ <taglib>
+ <taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
+ <taglib-location>/WEB-INF/c.tld</taglib-location>
+ </taglib>
</web-app>
Plus d'informations sur la liste de diffusion Castore-commits