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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]