You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2003/02/20 07:18:24 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/config ControllerConfig.java

martinc     2003/02/19 22:18:24

  Modified:    src/share/org/apache/struts/config ControllerConfig.java
  Log:
  Change the default for the 'locale' attribute of the <controller> element
  to be 'true' rather than 'false', for compatibility with Struts 1.0.x.
  
  PR: 17113
  Submitted by: chuck cavaness
  
  Revision  Changes    Path
  1.14      +5 -5      jakarta-struts/src/share/org/apache/struts/config/ControllerConfig.java
  
  Index: ControllerConfig.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/config/ControllerConfig.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ControllerConfig.java	7 Feb 2003 07:00:49 -0000	1.13
  +++ ControllerConfig.java	20 Feb 2003 06:18:24 -0000	1.14
  @@ -199,7 +199,7 @@
       /**
        * Should we store a Locale object in the user's session if needed?
        */
  -    protected boolean locale = false;
  +    protected boolean locale = true;
   
       public boolean getLocale() {
           return (this.locale);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org