Date: 2004-09-21T07:32:49
   Editor: NiallPemberton <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsDeprecatedActionErrors
   URL: http://wiki.apache.org/struts/StrutsDeprecatedActionErrors

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,4 +1,4 @@
-In the nightly builds of Struts, which will be Struts 1.2, 
[http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionError.html 
ActionError] is deprecated.  
[http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionErrors.html 
ActionErrors] would be deprecated, except that it is part of the method signature for 
ActionForm.validate(). 
+In the Struts 1.2.4 release, 
[http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionError.html 
ActionError] is deprecated.  
[http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionErrors.html 
ActionErrors] would be deprecated, except that it is part of the method signature for 
ActionForm.validate(). 
 
 After Struts 1.1, the preferred way to handle errors in your Java code is:
 {{{ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to