[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF ...
Peter Muir
peter at bleepbleep.org.uk
Fri May 4 07:53:03 EDT 2007
User: pmuir
Date: 07/05/04 07:53:03
Modified: examples/booking/resources/WEB-INF web.xml
Log:
Seam now installs ajax4jsf filter
Revision Changes Path
1.42 +1 -12 jboss-seam/examples/booking/resources/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/booking/resources/WEB-INF/web.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- web.xml 3 Apr 2007 18:19:56 -0000 1.41
+++ web.xml 4 May 2007 11:53:03 -0000 1.42
@@ -4,18 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
- <!-- Ajax4jsf (must come first!) -->
-
- <filter>
- <display-name>Ajax4jsf Filter</display-name>
- <filter-name>ajax4jsf</filter-name>
- <filter-class>org.ajax4jsf.Filter</filter-class>
- </filter>
-
- <filter-mapping>
- <filter-name>ajax4jsf</filter-name>
- <url-pattern>*.seam</url-pattern>
- </filter-mapping>
+ <!-- Ajax4jsf filter not needed, Seam Filter installs it for us -->
<context-param>
<param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
More information about the jboss-cvs-commits
mailing list