Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.
The following page has been changed by NiallPemberton: http://wiki.apache.org/jakarta-commons/ValidatorVersion120 The comment on the change is: Add note about vesion 1.3.0 and correct Struts class link ------------------------------------------------------------------------------ This page describes Changes in version 1.2.0 of Commons Validator (see section '''1. Changes''') and notes on Upgrading from Validator 1.1.4 (see section '''2. Upgrading'''). ---- = 1. Changes = + '''N.B.''' Validator version '''''1.3.0''''' has been released with a number of [http://jakarta.apache.org/commons/validator/changes-report.html bug fixes] for version 1.2.0 and it is recommended that users upgrade to version '''1.3.0''' + The aim of this section is to provide a summary of the changes in '''Validator 1.2.0''' - for a full list of the changes in this version see the [http://jakarta.apache.org/commons/validator/changes-report.html Changes Report]. == 1.1 Validator Inheritance == @@ -65, +67 @@ </formset> }}} - '''N.B.''' Validator provides the facility to indicate that a variable's value is in a resource bundle - but it is down to individual configured validators to actually take notice of these properties and retrieve the value from the resource bundle. Struts 1.3 has been upgraded to take advantage this feature and is an example of what custom validators need to do. See the Struts [http://svn.apache.org/viewcvs.cgi/struts/core/trunk/src/java/org/apache/struts/validator/FieldChecks.java?view=markup FieldChecks] class. + '''N.B.''' Validator provides the facility to indicate that a variable's value is in a resource bundle - but it is down to individual configured validators to actually take notice of these properties and retrieve the value from the resource bundle. Struts 1.3 has been upgraded to take advantage this feature and is an example of what custom validators need to do. See the Struts [http://svn.apache.org/viewvc/struts/struts1/trunk/core/src/main/java/org/apache/struts/validator/FieldChecks.java?view=markup FieldChecks] class. == 1.3 Arg0-Arg3 Deprecations Removed == A number of deprecations have been removed in Validator 1.2.0 - however probably the biggest impact will be the '''Arg0-Arg3''' elements (which were replaced by '''Arg'''). @@ -141, +143 @@ * The '''''Variables in Resource Bundles''''' feature described in section 1.2 above does not work in Struts 1.2.x - this requires Struts 1.3 === 2.3.2 Struts 1.3 === - Struts 1.3 is dependant on Validator 1.2.0 and fully supports all the fetures described above. + Struts 1.3.5 is dependant on Validator 1.3.0 and fully supports all the fetures described above. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
