Josh,

Thank you very much.  That got me going on the path to what I need to 
accomplish.  

Once again, thanks,

Michael

>Here is a little function I use to send myself error messages - 
>arguments.exc is the exception structure that the onError method receives - 
>I pass it through to an Error.cfc.
>
><cfsavecontent variable="content">
>
>   <h2>Error Report: #DateFormat(Now(),"long")#, 
>#TimeFormat(Now(),"long")#</h2>
>   <h3 style="color:red;" id="errormessage">#arguments.exc.message#</h3>
>   <h4 style="color:blue;" id="errorlocation">The error occurred in 
>#arguments.exc.TagContext[1].template#</h4>
>   <p id="errordetail">#arguments.exc.detail#</p>
>
>    <!--- loop tagcontext to extract template and line information --->
>   <cfloop from="1" to="#ArrayLen(arguments.exc.TagContext)#" index="i">
>       <span id="tagcontext_#i#">#arguments.exc.TagContext[i].Template#, 
>Line #arguments.exc.TagContext[i].Line#</span><br>
>   </cfloop>
>
></cfsavecontent>
>
>-- Josh
>
>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310050
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to