Learning ColdFusion 8: OnMissingMethod() Event Handler

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

For Cut-and-Paste