martinc 2002/06/30 21:10:38
Modified: src/share/org/apache/struts/action Action.java
Log:
Fixed in 20020701 nightly build.
Revision Changes Path
1.42 +6 -6 jakarta-struts/src/share/org/apache/struts/action/Action.java
Index: Action.java
===================================================================
RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/Action.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Action.java 25 Jun 2002 00:42:44 -0000 1.41
+++ Action.java 1 Jul 2002 04:10:38 -0000 1.42
@@ -645,7 +645,7 @@
/**
* Save the specified error messages keys into the appropriate request
- * attribute for use by the <struts:errors> tag, if any messages
+ * attribute for use by the <html:errors> tag, if any messages
* are required. Otherwise, ensure that the request attribute is not
* created.
*
@@ -669,7 +669,7 @@
/**
* Save the specified messages keys into the appropriate request
- * attribute for use by the <struts:messages> tag (if
+ * attribute for use by the <html:messages> tag (if
* messages="true" is set), if any messages are required. Otherwise,
* ensure that the request attribute is not created.
*
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>