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

Gavin King gavin.king at jboss.com
Tue Jun 5 21:22:47 EDT 2007


  User: gavin   
  Date: 07/06/05 21:22:47

  Modified:    examples/spring/resources/WEB-INF   faces-config.xml
                        navigation.xml
  Log:
  use JSF 1.2 schema
  
  Revision  Changes    Path
  1.6       +6 -3      jboss-seam/examples/spring/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/spring/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	30 May 2007 00:38:39 -0000	1.5
  +++ faces-config.xml	6 Jun 2007 01:22:47 -0000	1.6
  @@ -1,7 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!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>
  +<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">
  +
       <!-- Facelets support -->
       <application>
           <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
  @@ -12,4 +14,5 @@
       <lifecycle>
           <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener>
       </lifecycle>
  +    
   </faces-config>
  
  
  
  1.2       +4 -3      jboss-seam/examples/spring/resources/WEB-INF/navigation.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: navigation.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/WEB-INF/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- navigation.xml	19 Feb 2007 21:53:24 -0000	1.1
  +++ navigation.xml	6 Jun 2007 01:22:47 -0000	1.2
  @@ -1,8 +1,9 @@
   <?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">
   
  -<!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>
       <navigation-rule>
           <navigation-case>
               <from-outcome>login</from-outcome>
  
  
  



More information about the jboss-cvs-commits mailing list