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

Gavin King gavin.king at jboss.com
Tue May 29 20:38:39 EDT 2007


  User: gavin   
  Date: 07/05/29 20:38:39

  Modified:    examples/jpa/resources  web.xml
  Log:
  get rid of SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.9       +1 -1      jboss-seam/examples/jpa/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/jpa/resources/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	17 May 2007 04:06:28 -0000	1.8
  +++ web.xml	30 May 2007 00:38:39 -0000	1.9
  @@ -4,7 +4,7 @@
       <!-- Ajax4jsf filter not needed, Seam Filter install it -->
       <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