I was trying to execute an example of error handling using coldfusion administrator. (missing error template and Syntax error template)
Missing Include template = \lakshmitest\missingtemp.cfm Code in missingtemp.cfm ************************* The file you have tried to include does not exist Syntaxt error template = \lakshmitest\synerror.cfm Code in synerror.cfm ******************** There is syntax error in ur code. I try to run a file test.cfm code in test.cfm **************** <cfinclude template = "abc.com"> where file "abc.cfm" does not exist. My expected o/p ***************** The file you tried to include does not exist But it always displays "There is syntax error in ur code." I tried removing synerror.cfm from administrator(Syntax error template) thinking that syntax error template overlaps the missing error template But i was getting the error displayed by coldfusion application. please suggest me what went wrong. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:351132 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

