I have some Ajax running via jQuery and I also have a site-wide error handler 
running for ColdFusion.  When the coldfusion template is called via ajax and an 
error is thrown via cfthrow, the ajax "error" handler is not triggered, instead 
the ajax "success" handler is.  If I remove the site-wide error handler, the 
ajax "error" handler is triggered.  This particular system is on CF 5.5.

What is the status code that CF sets the requests to when the site-wide error 
handler is triggered?  I believe the ajax "success" handler looks for a 200 
status code.  Is there someway to set the status code in the site-wide error 
handler?

Thanks,

Donnie 

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

Reply via email to