Using <cftry><cfcatch type="Any"><cfrethrow></cfcatch></cftry>
Still gives me a blank page with no error information. Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 http://www.austin-williams.com Great advertising can't be either/or. It must be &. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged -----Original Message----- From: Justin Scott [mailto:[email protected]] Sent: Thursday, September 22, 2011 11:24 AM To: cf-talk Subject: Re: Application.cfc OnErrorRequest > I have the following for OnError. Live mode (application.setlocal eq > 0) works perfectly. It's the ELSE that's not working. In the else I > want it to show robust error messaging... but I'm getting a blank screen. The onError() method is catching the error for you, so if you want ColdFusion to re-throw the exception, try the <cfrethrow> tag to have it raise the exception again. -Justi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:347593 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

