dwinterfeldt 01/10/16 10:15:25
Modified: src/share/org/apache/struts/util LocalStrings.properties
Log:
Added error message for the getActionErrors and getActionMessages methods.
Revision Changes Path
1.4 +2 -0
jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties
Index: LocalStrings.properties
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LocalStrings.properties 2001/05/09 19:31:28 1.3
+++ LocalStrings.properties 2001/10/16 17:15:25 1.4
@@ -1,3 +1,5 @@
+actionErrors.errors=Cannot process ActionErrors instance of class {0}
+actionMessages.errors=Cannot process ActionMessages instance of class {0}
computeURL.forward=Cannot retrive ActionForward named {0}
computeURL.forwards=Cannot retrieve ActionForwards collection
computeURL.specifier=You must specify exactly one of "forward", "href", or "page"