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

Gavin King gavin.king at jboss.com
Sat Oct 7 13:38:54 EDT 2006


  User: gavin   
  Date: 06/10/07 13:38:54

  Modified:    examples/contactlist/resources/WEB-INF  web.xml
  Log:
  improved css, take advantage of view parameters in command links
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	28 Sep 2006 00:18:33 -0000	1.1
  +++ web.xml	7 Oct 2006 17:38:54 -0000	1.2
  @@ -40,7 +40,7 @@
       
       <context-param>
           <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  -        <param-value>server</param-value>
  +        <param-value>client</param-value>
       </context-param>
   
   	<servlet>
  
  
  



More information about the jboss-cvs-commits mailing list