ColdFusion CALLER Scope Dependent On Invoking Parent, Not Markup Parent

<!---
	Store a random value in the CALLER scope of this
	tag (the child tag).
--->
<cfset CALLER.Name = "Libby" />
 
<!---
	We only care about doing this once for the tag, so
	just exit out (in case there is an end tag).
--->
<cfexit method="EXITTAG" />

For Cut-and-Paste