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

Gavin King gavin.king at jboss.com
Sat Feb 24 13:48:48 EST 2007


  User: gavin   
  Date: 07/02/24 13:48:48

  Modified:    examples/booking/resources/WEB-INF  faces-config.xml
  Log:
  helper comments for JSF 1.2:
  
  Revision  Changes    Path
  1.39      +21 -4     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: /cvsroot/jboss/jboss-seam/examples/booking/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- faces-config.xml	2 Nov 2006 18:27:36 -0000	1.38
  +++ faces-config.xml	24 Feb 2007 18:48:48 -0000	1.39
  @@ -1,10 +1,27 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- JSF 1.1 -->
   <!DOCTYPE faces-config 
       PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
       "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
  -    
   <faces-config>
       
  -    <!-- Select one of the standard transaction models for the Seam application -->

       <lifecycle>
        <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
    </lifecycle>

   </faces-config>
  +
  +<!-- JSF 1.2 -->
  +<!-- 
  +<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>
  +        <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
  +    </application>	
  +
  +    <lifecycle>
  +        <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
  +    </lifecycle>
  +
  +</faces-config>
  +-->
  
  
  



More information about the jboss-cvs-commits mailing list