You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tu...@apache.org on 2003/09/26 21:14:06 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/validator Resources.java

turner      2003/09/26 12:14:06

  Modified:    src/share/org/apache/struts/validator Resources.java
  Log:
  Fix to successfully pass errors to validators
  
  Revision  Changes    Path
  1.22      +5 -5      jakarta-struts/src/share/org/apache/struts/validator/Resources.java
  
  Index: Resources.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/validator/Resources.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- Resources.java	15 Aug 2003 23:53:11 -0000	1.21
  +++ Resources.java	26 Sep 2003 19:14:06 -0000	1.22
  @@ -117,7 +117,7 @@
        * Resources key the <code>ActionErrors</code> is stored under.
        */
       private static String ACTION_ERRORS_PARAM =
  -        "org.apache.struts.action.ActionErrors";
  +        "org.apache.struts.action.ActionMessages";
   
       /**
        * Resources key the <code>ActionErrors</code> is stored under.
  
  
  

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