Hey Steve, I havent read the docs but I do some processing using A template called by cferror..
Application.cfm --------------- <cferror mailto="[EMAIL PROTECTED]" template="error_EXCEPTION.cfm" type="EXCEPTION"> error_EXCEPTION.cfm ------------------- Pretty error message... <cfsavecontent variable="errorContent"> <CFDump var="#Error#"> </cfsavecontent> <CFMail TO="[EMAIL PROTECTED]" FROM="[EMAIL PROTECTED]" SUBJECT="Error report" TYPE="html">#errorContent#</cfmail> Hope this helps.. Adam -----Original Message----- From: Steve Onnis [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 8:07 PM To: CFAussie Mailing List Subject: [cfaussie] CFERROR Is there a way to be able to do some data processing if a page errors in a template? In CFERROR it says that you can not used processing code in the error template, which is what I am wanting to do. Any ideas? I need a site wide solution so CFTRY/CATCH probably wont do what I need to do unless anyone has any suggestions on how I can do it. Regards Steve --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
