Are you changing all references from struts:whatever to html:whatever? Also, do you care about fixing the javadoc comments to reflect correct parameter names or is it a non-issue for now? (I know you're trying to get 1.1 ready)
James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 12:11 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-struts/src/share/org/apache/struts/action > Action.java > > > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>