<cfif IsDefined("CFCATCH.TagContext")>
<cfif #ArrayLen(CFCATCH.TagContext)# IS NOT "0">
The tag stack is as follows:
<CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(CFCATCH.TagContext)#">
<CFSET context=#CFCATCH.TagContext[x]#>
#x# #context["ID"]# (#context["LINE"]#,#context["COLUMN"]#) 
#context["TEMPLATE"]#<br>
</CFLOOP>
</cfif>
</cfif>

That should do it for you, run this inside the <cfcatch> tags </cfcatch>.
When an exeption is caught it'll work.

Mike


>From: "Rob Sherman" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: cfcatch.tagcontext
>Date: Thu, 14 Dec 2000 19:56:42 -0800
>
>Does this variable only work under a certain type of cfcatch type ?  The
>documentation I'm looking at doesn't specify and it's not working under a
>cfcatch type="any"
>
>
>Sincerely,
>
>Rob Sherman
>Allaire Certified Developer & Instructor
>CFDude, Inc.  http://www.cfdude.com
><CF_Office> (310) 543-1622 <CF_Fax> (310) 543-0512
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to