> Aha! Yet another implementation of the getRelativePath() function...
> :) It makes me think perhaps there should be one native in CF.

Oh I totally agree there should be. 

> I believe you need to enable robust exception information in the CF
> Administrator before cfcatch will populate the tagcontext array.

Just tested this on CF7. While "Enable Robust Exception Information"
affects what gets dumped out on a regular error, it seems to make no
difference to the content of the cfcatch structure if you do this:

<cftry>
        <cfthrow>
        <cfcatch>
                <cfdump var="#cfcatch#">
                <cfabort>
        </cfcatch>
</cftry>

So that's good news for anybody who is using this nasty hack....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217389
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to