I have the following catch-all cferror in place on my application.cfm:
<cferror type="EXCEPTION" exception="any" template="/error/index.cfm" mailto="[EMAIL PROTECTED]"> <cferror type="REQUEST" template="/error/index.cfm" mailto="[EMAIL PROTECTED] "> However, If I run my test page with a bad cf syntax <cfoutput>#now(#</cfoutput>, it still displays the default error display thrown by CF, and not my specified template. Any ideas, suggestions anyone? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291118 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

