Return to v1.4.5 docs

beforeValidationOnUpdate()



Registers method(s) that should be called before an existing object is validated.

Name Type Required Default Description
methods string No See documentation for afterNew.
<!--- Instruct CFWheels to call the `fixObj` method --->
<cfset beforeValidationOnUpdate("fixObj")>