> Is this reasonable, feasible, or ridiculous?
> 
> Put <CFTRY> in Application.cfm and put <CFCATCH>, </CFCATCH> 
> and </CFTRY> in OnRequestEnd.cfm to catch errors from any 
> page in that part of the application?

It's not the approach you want to use, and it won't work in any case.

CFTRY and CFCATCH allow you to respond to specific problems with a specific
solution. It gives you the ability to provide very granular handling of
problem conditions. If you want to respond to problems in a more general
way, you can use CFERROR TYPE="EXCEPTION", the site-wide error handler, or
even CFERROR TYPE="REQUEST".

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to