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

Gavin King gavin.king at jboss.com
Tue May 29 20:38:39 EDT 2007


  User: gavin   
  Date: 07/05/29 20:38:39

  Modified:    examples/seampay/resources/WEB-INF  faces-config.xml
  Log:
  get rid of SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/seampay/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/seampay/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- faces-config.xml	22 May 2007 02:20:44 -0000	1.6
  +++ faces-config.xml	30 May 2007 00:38:39 -0000	1.7
  @@ -4,7 +4,7 @@
   <faces-config>
       <!-- Facelets support -->
       <application>
  -        <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
  +        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
       </application>
   
       <!-- Phase listener needed for all Seam applications -->
  
  
  



More information about the jboss-cvs-commits mailing list