[jboss-cvs] jboss-seam/examples/glassfish/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/glassfish/resources/WEB-INF  web.xml
  Log:
  Seam now installs ajax4jsf filter
  
  Revision  Changes    Path
  1.12      +2 -10     jboss-seam/examples/glassfish/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/glassfish/resources/WEB-INF/web.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- web.xml	16 Mar 2007 05:45:08 -0000	1.11
  +++ web.xml	4 May 2007 11:53:02 -0000	1.12
  @@ -4,16 +4,8 @@
       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>		
       <param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>	
  
  
  



More information about the jboss-cvs-commits mailing list