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

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -53,6 +53,8 @@
 
 '''B.'''  ActionErrors '''IS NOT''' deprecated. The Struts committers would have 
liked to have deprecated ActionErrors but because too much of core API depend on it 
(such as the ActionForm's validate method) it hasn't been. However it may be in the 
future and, where possible, you should now use ActionMessages in place of ActionErrors.
 
+Theres more on this topic on StrutsDeprecatedActionErrors.
+
 == Custom Tags and Validation ==
 Many methods in org.apache.struts.util.RequestUtils and 
org.apache.struts.util.ResponseUtils are deprecated. Replace RequestUtils.* and 
ResponseUtils.* with org.apache.struts.taglib.TagUtils.getInstance().*
 

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

Reply via email to