[jboss-cvs] jboss-seam/examples/jpa/resources ...

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/jpa/resources  web.xml
  Log:
  Seam now installs ajax4jsf filter
  
  Revision  Changes    Path
  1.7       +1 -10     jboss-seam/examples/jpa/resources/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/resources/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	16 Mar 2007 05:45:55 -0000	1.6
  +++ web.xml	4 May 2007 11:53:02 -0000	1.7
  @@ -1,16 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <web-app>   
         
  -    <!-- 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 install it -->
       <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