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

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


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

  Modified:    examples/itext/resources/WEB-INF  faces-config.xml
  Log:
  get rid of SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/itext/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/itext/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- faces-config.xml	7 Feb 2007 20:44:06 -0000	1.1
  +++ faces-config.xml	30 May 2007 00:38:38 -0000	1.2
  @@ -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