[jboss-cvs] jboss-seam/examples/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/booking/resources/WEB-INF   web.xml
  Added:       examples/booking/resources/WEB-INF   faces-config.xml
  Log:
  JBSEAM-2196 and a few tidy ups to web.xmls
  
  Revision  Changes    Path
  1.48      +0 -7      jboss-seam/examples/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/booking/resources/WEB-INF/web.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- web.xml	16 Jul 2007 06:45:47 -0000	1.47
  +++ web.xml	31 Oct 2007 17:03:30 -0000	1.48
  @@ -6,13 +6,6 @@
       
       <display-name>Seam Booking Example</display-name>
       
  -    <!-- 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.45      +5 -1      jboss-seam/examples/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: faces-config.xml
  diff -N faces-config.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ faces-config.xml	31 Oct 2007 17:03:30 -0000	1.45
  @@ -0,0 +1,11 @@
  +<?xml version='1.0' encoding='UTF-8'?>
  +<faces-config version="1.2"
  +              xmlns="http://java.sun.com/xml/ns/javaee"
  +              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">
  +    
  +    <application>
  +        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  +    </application>
  +
  +</faces-config>
  
  
  



More information about the jboss-cvs-commits mailing list