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

Norman Richards norman.richards at jboss.com
Wed Jun 6 18:44:45 EDT 2007


  User: nrichards
  Date: 07/06/06 18:44:45

  Modified:    examples/ui/resources/WEB-INF  faces-config.xml
  Log:
  JBSEAM-1402: deployment and cache errors
  
  Revision  Changes    Path
  1.5       +8 -10     jboss-seam/examples/ui/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/ui/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- faces-config.xml	5 Apr 2007 16:19:38 -0000	1.4
  +++ faces-config.xml	6 Jun 2007 22:44:45 -0000	1.5
  @@ -1,13 +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">
  -
  +              xmlns="http://java.sun.com/xml/ns/javaee">
  +    <!-- Facelets support -->
       <application>
  -        <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
  +        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
       </application>	
   
  +    <!-- Phase listener needed for all Seam applications -->
       <lifecycle>
           <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener>
       </lifecycle>
  
  
  



More information about the jboss-cvs-commits mailing list