I'm reading 
http://livedocs.macromedia.com/cfmxdocs/Developing_ColdFusion_MX_Applications_with_CFML/Errors6.jsp#1126158
with regards to placing a site wide handler in Application.cfm.
To this end, I've got 
<cferror type="Exception"
        template="error.cfm"
        mailTo="[EMAIL PROTECTED]"
        >
after the cfapplication tag.

This all works fine, till I use cfmail in the error page, then I get just the 
normal coldfusion gray error box on the page, and no email sent.

What up ?
The page clearly says that type="Exception" will allow you to use all CFML 
tags etc.

-- 
Tom C

Don't do what people tell you to do, trust your heart.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to