Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7d7d.htm...
Copy link to clipboard
Copied
Under High-level data exchange, cftreecftreeitem needs to be cftree/cftreeitem.
I'm running in the context of a custom tag named #inCustomTag#.<p> should be
<p>I'm running in the context of a custom tag named #inCustomTag#.</p>.
I'm located inside the
<cfif tagdata.thisTag.executionmode neq 'inactive'>
custom tag code either because it is in its start or end execution mode.
<cfelse>
body of the tag
</cfif>
<p>
should be
<p>I'm located inside the
<cfif tagdata.thisTag.executionmode neq 'inactive'>
custom tag code either because it is in its start or end execution mode.
<cfelse>
body of the tag
</cfif>
</p>
I'm not nested inside any custom tags. :^( <p> should be <p>I'm not nested inside any custom tags. :^( </p>.