Error handling is for run time errors. Your second example is a compile error. 
You cannot use error handling to fix this. You could try a site wide error 
handler, but that probably won't work either. 

Brian Cain

Sent from my iPhone

On Feb 8, 2011, at 7:30 PM, Richard  Steele <r...@photoeye.com> wrote:

> 
> Is there anyway to catch coldfusion programming errors? 
> 
> <cfoutput>#999sdflkjsdf;lk#</cfoutput> is caught by my error handler.
> 
> But <cfoutput>#alsdk;fjlkj#</cfoutpu 
> is not.
> 
> Thanks in advance. 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:342027
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to