Does anyone have any pointers to anything that explains clearly how error handling is dealt with in CFMX? I'm trying to find out why specifying:
<cferror type="exception" exception="Any"...> and <cferror type="request"...> in Application.cfm displays the error page for either line of code: <cfset x = y> or <cfoutput>#Date#</cfoutput> when no variables are defined, and yet <cfset x = CreateDate(Date)> displays a ColdFusion style error message when Date isn't defined. Thanks -- Aidan Whitehall <[EMAIL PROTECTED]> Macromedia ColdFusion Developer Fairbanks Environmental +44 (0)1695 51775 ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
