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

Stan Silvert ssilvert at jboss.com
Wed Aug 9 16:30:07 EDT 2006


  User: ssilvert
  Date: 06/08/09 16:30:07

  Modified:    examples/booking/resources/WEB-INF  faces-config.xml
  Log:
  Add support for action params.  See http://jira.jboss.com/jira/browse/JBSEAM-329
  
  Revision  Changes    Path
  1.36      +1 -1      jboss-seam/examples/booking/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/booking/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- faces-config.xml	10 Jun 2006 20:40:00 -0000	1.35
  +++ faces-config.xml	9 Aug 2006 20:30:07 -0000	1.36
  @@ -46,7 +46,7 @@
       <!-- Facelets support -->
   
       <application>
  -        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  +        <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
       </application>
       
       <!-- Select one of the two standard persistence lifecycle models for the Seam application -->

  
  
  



More information about the jboss-cvs-commits mailing list