I have in my Application.cfm file the following code.
<cferror type="exception" template="error_templates/error.cfm"
exception="db_error">
<cferror type="exception" template="error_templates/custom.cfm"
exception="my_custom_error">
The problem is, even if I
<cfthrow type="db_error" ... >
I get the error_templates/custom.cfm file as the error handler. If I
switch the order of the two lines in the Application.cfm file, I get the
*other* error handling template regardless of what kind of exception I
throw.
I had thought that cold fusion allowed multiple developer-designated
error types... What am I doing wrong?
Willy
-----
Willy Ray
Web Applications Developer
Certified Advanced ColdFusion Developer
Westminster College
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

