[jboss-cvs] jboss-seam/examples/hibernate2/resources ...

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/hibernate2/resources  web.xml
  Log:
  get rid of SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/hibernate2/resources/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	4 May 2007 11:53:03 -0000	1.7
  +++ web.xml	30 May 2007 00:38:38 -0000	1.8
  @@ -5,7 +5,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>        
       
       <!-- Seam -->           
  
  
  



More information about the jboss-cvs-commits mailing list