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

Gavin King gavin.king at jboss.com
Sun Feb 25 10:48:58 EST 2007


  User: gavin   
  Date: 07/02/25 10:48:58

  Modified:    examples/contactlist/resources/WEB-INF  web.xml
  Log:
  facelets dev mode stops exception handling working
  
  Revision  Changes    Path
  1.9       +1 -1      jboss-seam/examples/contactlist/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/contactlist/resources/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	22 Feb 2007 18:17:14 -0000	1.8
  +++ web.xml	25 Feb 2007 15:48:58 -0000	1.9
  @@ -30,7 +30,7 @@
   
       <context-param>
           <param-name>facelets.DEVELOPMENT</param-name>
  -        <param-value>true</param-value>
  +        <param-value>false</param-value>
       </context-param>
   
       <!-- MyFaces -->
  
  
  



More information about the jboss-cvs-commits mailing list