ColdFusion can only route runtime errors to an error handler (your soft 
error).  Compile errors (such as invalid tag names) can't be interpreted 
by ColdFusion and cause a "hard error".  Not much you can do about that.

-Carl V.

On 12/6/2012 8:39 AM, Robert Harrison wrote:
> I have an exception error handler - type="exception" error="any"
>
> It mostly works... see http://www.austin-williams.com/_soft_error.cfm   - 
> this a bad var name; works as it should and sends me a dump.
>
> Now look here: http://www.austin-williams.com/_hard_error.cfm  - this is bad 
> cftag name; shows the error on screen.
>
> Any idea why the second error is not working with my error handler?
>
> Thanks
>
> Robert Harrison
> Director of Interactive Services
>
> Austin & Williams
> Advertising I Branding I Digital I Direct
> 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
> T 631.231.6600 X 119   F 631.434.7022
> http://www.austin-williams.com
>
> Blog:      http://www.austin-williams.com/blog
> Twitter:  http://www.twitter.com/austin_
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353379
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to