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

Gavin King gavin.king at jboss.com
Tue May 29 21:16:31 EDT 2007


  User: gavin   
  Date: 07/05/29 21:16:31

  Modified:    examples/icefaces/resources/WEB-INF  faces-config.xml
  Log:
  no more SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/icefaces/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/icefaces/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	29 Nov 2006 19:17:05 -0000	1.2
  +++ faces-config.xml	30 May 2007 01:16:31 -0000	1.3
  @@ -12,7 +12,7 @@
       </managed-bean>
       
       <application>
  -        <view-handler>com.icesoft.faces.facelets.D2DSeamFaceletViewHandler</view-handler>
  +        <view-handler>com.icesoft.faces.facelets.D2DFaceletViewHandler</view-handler>
       </application>
       
       <!-- Select one of the standard transaction models for the Seam application -->
  
  
  



More information about the jboss-cvs-commits mailing list