Sorry, yeah, ok. I don't use the site-wide one because I tend to have different exception handlers for each of my circuits...or at least want to have the ability to do this.
-----Original Message----- From: Pascal Peters [mailto:[EMAIL PROTECTED]] Sent: 09 November 2001 09:56 To: CF-Talk Subject: RE: <CFERROR> Actually, if you have a site-wide error handler set in the administrator, it will be called before the request template -----Original Message----- From: Fiona Barker [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 november 2001 10:32 To: CF-Talk Subject: RE: <CFERROR> In general, it's best to use exception and request types. The exception type has a lot more flexibility (eg you can get it to email you directly there is a problem) and will always execute before the request type. However, if there is an error in your exception handler, then the request template will be called. ======== I would also suggest using the cferror type="exception". The template defined there can contain any CF you want and has the same error scope! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

