<!--- Invoke the undefined method. ---> <cfset objTest.Blam() /> ...... <!--- Invoke the missing method function. ---> <cfset objTest.OnMissingMethod() />