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!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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

Reply via email to