Date: 2004-09-04T10:59:22
   Editor: JacobWeber <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: Struts1.1to1.2.1UpgradeNotes
   URL: http://wiki.apache.org/struts/Struts1.1to1.2.1UpgradeNotes

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -53,6 +53,10 @@
 
 '''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.
 
+== 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().*
+
+Replace org.apache.commons.validator.ValidatorUtil with 
org.apache.commons.validator.util.ValidatorUtils.
 
 ----
 CategoryHomepage

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

Reply via email to