[jboss-cvs] jboss-seam/examples/groovybooking/resources/WEB-INF ...

Peter Muir peter at bleepbleep.org.uk
Fri May 4 07:53:02 EDT 2007


  User: pmuir   
  Date: 07/05/04 07:53:02

  Modified:    examples/groovybooking/resources/WEB-INF  web.xml
  Log:
  Seam now installs ajax4jsf filter
  
  Revision  Changes    Path
  1.2       +1 -12     jboss-seam/examples/groovybooking/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/groovybooking/resources/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	18 Apr 2007 06:40:05 -0000	1.1
  +++ web.xml	4 May 2007 11:53:02 -0000	1.2
  @@ -4,18 +4,7 @@
            xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
            version="2.4">
   
  -    <!-- 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