> ThisTag.ExecutionMode. The only catch is if you use nested
> custom tags, in which case you either have to use CFMODULE
> with all of them, or just the innermost ones.
>
Actually that isn't the case. You can do:
<cfmodule template="ctest.cfm">
<cf_ctest>
</cfmodule>
The issue is that if you do:
<cfmodule template="ctest.cfm">
<cfmodule template="a.cfm">
</cfmodule>
CF will think </cfmodule> is ending the call to a.cfm, not ctest.cfm.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

