Skip to content

Miscellaneous

afterValidationOnUpdate()

afterValidationOnUpdate() — returns any

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

NameTypeRequiredDefaultDescription
methodsstringyesSee documentation for afterNew.
<!--- Instruct CFWheels to call the `fixObj` method --->
<cfset afterValidationOnUpdate("fixObj")>