Just wondering, but why not recurse? Doug
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Stanton Sent: Monday, October 02, 2006 10:23 PM To: [email protected] Subject: Re: [Reactor for CF] Recursive Validation Hi Qasim This has bothered us on many occasions too... The only way I have found is to right custom methods into record objects. The recursive validation is driven by the aftervalidate() function on the abstract record object. You could either overwrite this method to not validation children at all or your could write some other method that removes objects from the variables.children structure prior to validation. Mark On 9/30/06, Qasim Rasheed <[EMAIL PROTECTED]> wrote: > Folks, > > Is there a way in reactor where a person can avoid recursive validation even > if the child object has been loaded? > > Thanks > > Qasim > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > -- -- > Reactor for ColdFusion Mailing List > [email protected] > Archives at: > http://www.mail-archive.com/reactor%40doughughes.net/ > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > -- -- -- Mark Stanton Gruden Pty Ltd http://www.gruden.com -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
