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

Norman Richards norman.richards at jboss.com
Thu Feb 15 02:35:30 EST 2007


  User: nrichards
  Date: 07/02/15 02:35:30

  Modified:    examples/spring/resources/WEB-INF  faces-config.xml
  Log:
  use seam view handler
  
  Revision  Changes    Path
  1.3       +1 -4      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- faces-config.xml	12 Feb 2007 21:14:23 -0000	1.2
  +++ faces-config.xml	15 Feb 2007 07:35:30 -0000	1.3
  @@ -5,10 +5,7 @@
       <!-- Facelets support -->
       <application>
           <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
  -        <!--
               <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