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

Peter Muir peter at bleepbleep.org.uk
Wed Oct 31 13:03:30 EDT 2007


  User: pmuir   
  Date: 07/10/31 13:03:30

  Modified:    examples/jee5/booking/resources/WEB-INF   web.xml
                        faces-config.xml
  Log:
  JBSEAM-2196 and a few tidy ups to web.xmls
  
  Revision  Changes    Path
  1.4       +1 -8      jboss-seam/examples/jee5/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/jee5/booking/resources/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web.xml	3 Oct 2007 22:04:42 -0000	1.3
  +++ web.xml	31 Oct 2007 17:03:30 -0000	1.4
  @@ -4,13 +4,6 @@
       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 filter not needed, Seam Filter installs it for us -->
  -    
  -  <context-param>		
  -    <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>		
  -    <param-value>com.sun.facelets.FaceletViewHandler</param-value>	
  -  </context-param>        
  -  
     <!-- Seam -->
     
     <listener>        
  
  
  
  1.2       +5 -0      jboss-seam/examples/jee5/booking/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/booking/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- faces-config.xml	7 Aug 2007 03:21:11 -0000	1.1
  +++ faces-config.xml	31 Oct 2007 17:03:30 -0000	1.2
  @@ -4,4 +4,9 @@
      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-facesconfig_1_2.xsd">
   
  +    <!-- Facelets support -->
  +    <application>
  +        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  +    </application>
  +    
   </faces-config>
  
  
  



More information about the jboss-cvs-commits mailing list