The Learning Resources PDF documentation for Validation, 070_Validation, is still referring to the 5.0 version (Object Mapper, VerificationSetterOptions etc.) The Release Notes say it is under construction. Is there a timeframe by which we can expect the latest documentation for the Validation process?
Is it not possible to set Verifification Interceptor at the Model level and override it using Verification Setter Mode at the Property level? What is the equivalent in 6.0?
Also, in the sample validation application, how do we avoid doing both AfterSet and Instance validation for the same property, without putting in lot of checking in each property verifier method? For example, when the Order Date < Hire Date, the same error message is shown twice (once by AfterSet and another by Instance validation).
Thanks.
Edited by as123 - 27-Apr-2010 at 6:06pm