Re: custom CFERROR pages, what's your solution?

2001-01-29 Thread Brandon Paolin
for all your database querys, you can use try/catching - Original Message - From: "Greg Wolfinger" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 26, 2001 11:58 PM Subject: Re: custom CFERROR pages, what's your solution? what

custom CFERROR pages, what's your solution?

2001-01-26 Thread Mike Amburn
using CFERROR, you can create a custom error page. however, you can't perform any CF logic within that page. if you had to include some logic, the only method i can think of is to capture the error data in form inputs and use javascript to submit the form to another page that included the CF.

RE: custom CFERROR pages, what's your solution?

2001-01-26 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, In CF 4.5 you actually can use CF logic. Are you on CF 4.5? Aaron Johnson, MCSE, MCP+I Allaire Certified ColdFusion Developer MINDSEYE, Inc. phn617.350.0339 fax617.350.8884 icq66172567 [EMAIL PROTECTED]

RE: custom CFERROR pages, what's your solution?

2001-01-26 Thread Cruz, Joseph
== -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 1:23 PM To: CF-Talk Subject: custom CFERROR pages, what's your solution? using CFERROR, you can create a custom error page. however, you can't perform any CF logic within t

RE: custom CFERROR pages, what's your solution?

2001-01-26 Thread Zachary Bedell
: custom CFERROR pages, what's your solution? using CFERROR, you can create a custom error page. however, you can't perform any CF logic within that page. if you had to include some logic, the only method i can think of is to capture the error data in form inputs and use javascript to submit

Re: custom CFERROR pages, what's your solution?

2001-01-26 Thread Joseph Thompson
If you are lucky enough to CF 4.5+ you are given plenty of control... http://cfhub.com/advanced/error_handling/ Otherwise you just have to hope that you can "trap" the error with CFTRY blocks... has anyone else thought of a (better) method where you can use CFERROR but also present a page

Re: custom CFERROR pages, what's your solution?

2001-01-26 Thread Michael Dinowitz
PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 26, 2001 3:26 PM Subject: RE: custom CFERROR pages, what's your solution? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Under CF 4.5.x, you can set the CFERROR type to Exception and then execute CF Code in your error pages

Re: custom CFERROR pages, what's your solution?

2001-01-26 Thread Brandon Paolin
what i do is create sites with no errors...then i never have to user cferror. :) - Original Message - From: "Mike Amburn" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 26, 2001 1:22 PM Subject: custom CFERROR pages, what's your solution?

Re: custom CFERROR pages, what's your solution?

2001-01-26 Thread Greg Wolfinger
, January 26, 2001 4:30 PM Subject: Re: custom CFERROR pages, what's your solution? what i do is create sites with no errors...then i never have to user cferror. :) - Original Message - From: "Mike Amburn" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED]