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

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


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

  Modified:    examples/groovybooking/resources/WEB-INF   web.xml
                        faces-config.xml
  Log:
  JBSEAM-2196 and a few tidy ups to web.xmls
  
  Revision  Changes    Path
  1.10      +0 -7      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- web.xml	23 Sep 2007 17:57:35 -0000	1.9
  +++ web.xml	31 Oct 2007 17:03:29 -0000	1.10
  @@ -4,13 +4,6 @@
            xsi:schemaLocation="http://java.sun.com/xml/ns/java http://java.sun.com/xml/ns/java/web-app_2_5.xsd"
            version="2.5">
   
  -    <!-- 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>
  -    
       <context-param>
           <param-name>org.richfaces.SKIN</param-name>
           <param-value>blueSky</param-value>
  
  
  
  1.6       +5 -0      jboss-seam/examples/groovybooking/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/groovybooking/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- faces-config.xml	15 Jun 2007 07:28:04 -0000	1.5
  +++ faces-config.xml	31 Oct 2007 17:03:29 -0000	1.6
  @@ -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