Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
July 1, 2012

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>.