> I have setup <cferror> my application.cfm, with a type of > REQUEST that calls a local CF page. For some reason, when > a syntax error occurs, the tag does not get called, and > the standard error code shows. Any Ideas? I have included > the code.
Well, first of all, there's no such variable as Error.message. You probably mean to use Error.Diagnostics instead. I tested your code on CFMX 6.1 and CF 5, and it simply failed to resolve Error.message in both cases, though, so that's probably not the only thing causing your problem. Is your error page in the same directory as your Application.cfm file? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

