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

Gavin King gavin.king at jboss.com
Fri Jun 15 03:28:08 EDT 2007


  User: gavin   
  Date: 07/06/15 03:28:08

  Modified:    examples/ui/resources/WEB-INF  faces-config.xml
  Log:
  auto-install SeamPhaseListener
  
  Revision  Changes    Path
  1.6       +2 -6      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- faces-config.xml	6 Jun 2007 22:44:45 -0000	1.5
  +++ faces-config.xml	15 Jun 2007 07:28:08 -0000	1.6
  @@ -1,13 +1,9 @@
   <faces-config version="1.2"
                 xmlns="http://java.sun.com/xml/ns/javaee">
  +
       <!-- Facelets support -->
       <application>
           <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>
  -    
   </faces-config>
  
  
  



More information about the jboss-cvs-commits mailing list