Use type="exception" ----- Original Message ----- From: Dave Sueltenfuss <[EMAIL PROTECTED]> Date: Friday, September 12, 2003 9:01 am Subject: RE: CFERROR
> No, there is no error page defined in the CFAdmin. > > Dave > > > -----Original Message----- > From: Pascal Peters [EMAIL PROTECTED] > Sent: Friday, September 12, 2003 11:01 AM > To: CF-Talk > Subject: RE: CFERROR > > > Type request is only called if no other handler catches the error. In > your case, you probably have an error page defined in the > administrator. > > -----Oorspronkelijk bericht----- > Van: Dave Sueltenfuss [EMAIL PROTECTED] > Verzonden: vr 12/09/2003 15:48 > Aan: CF-Talk > CC: > Onderwerp: CFERROR > > > > 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. > > Code within application.cfm > <!---Request Error Code ---> > <cferror type="Request" template="error_request.cfm"> > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

