<!--- Create a Test instance. ---> <cfset objTest = CreateObject( "component", "Test" ) /> <!--- Call a method that doesn't exist but do not pass in any arguments. ---> <cfset objTest.Blam() />