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

Shane Bryzak sbryzak at redhat.com
Sun Jul 15 23:42:03 EDT 2007


  User: sbryzak2
  Date: 07/07/15 23:42:03

  Modified:    examples/seambay/resources/WEB-INF  web.xml
  Log:
  bid validation
  
  Revision  Changes    Path
  1.8       +5 -0      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	27 Jun 2007 03:00:24 -0000	1.7
  +++ web.xml	16 Jul 2007 03:42:03 -0000	1.8
  @@ -41,6 +41,11 @@
           <param-value>.xhtml</param-value>
       </context-param>
       
  +    <context-param>
  +        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  +        <param-value>client</param-value>
  +    </context-param>
  +    
       <!-- URL Rewrite Filter -->
       
       <filter>
  
  
  



More information about the jboss-cvs-commits mailing list