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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

