[jboss-cvs] jboss-seam/examples/groovybooking/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/groovybooking/resources/WEB-INF   faces-config.xml
                        web.xml
  Log:
  get rid of SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.3       +0 -14     jboss-seam/examples/groovybooking/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/groovybooking/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	5 May 2007 12:37:07 -0000	1.2
  +++ faces-config.xml	30 May 2007 00:38:38 -0000	1.3
  @@ -5,23 +5,9 @@
   
   <faces-config>
   
  -   <application>
  -      <!-- Disabled when using Ajax4JSF -->
  -      <!--
  -      <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>
  -      -->
  -   </application>
  -
      <!-- Seam transaction management -->
      <lifecycle>
         <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener>
      </lifecycle>
       
  -   <!-- No Seam transaction management -->
  -   <!--  
  -   <lifecycle>
  -      <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
  -   </lifecycle>
  -   -->
  -
   </faces-config>
  
  
  
  1.3       +1 -1      jboss-seam/examples/groovybooking/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/groovybooking/resources/WEB-INF/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- web.xml	4 May 2007 11:53:02 -0000	1.2
  +++ web.xml	30 May 2007 00:38:38 -0000	1.3
  @@ -8,7 +8,7 @@
       
       <context-param>
           <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  -        <param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
  +        <param-value>com.sun.facelets.FaceletViewHandler</param-value>
       </context-param>
       
       <context-param>
  
  
  



More information about the jboss-cvs-commits mailing list