Invoking CFC from within a CFCATCH block

2004-02-06 Thread Craig Earls
It seems like if I invoke a static method of a CFC from within a CFCATCH block the CFCATCH scope is cleaned out. Meaning I can't create a stock Error handler CFC and call that from within a CFCATCH block without having to individual passing in each of the CFCATCH variables (Type...) Is there any w

RE: Invoking CFC from within a CFCATCH block

2004-02-06 Thread Shawn Grover
Isn't this what the CFERROR tag was meant for?  Or has it been deprecated with MX and the CFC concept? Shawn -Original Message- From: Craig Earls [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 2:07 PM To: CF-Talk Subject: Invoking CFC from within a CFCATCH block It

Re: Invoking CFC from within a CFCATCH block

2004-02-06 Thread Ubqtous
Craig, On 2/6/2004 at 16:07, you wrote: CE> Is there any way to specify a default error handler? I am stuck using a CE> shared server where I cannot get access to the server error logs, and no one CE> seems to know how to create an application specific error log... In Application.cfm: In erro

RE: Invoking CFC from within a CFCATCH block

2004-02-06 Thread Craig Earls
bject: Re: Invoking CFC from within a CFCATCH block Craig, On 2/6/2004 at 16:07, you wrote: CE> Is there any way to specify a default error handler? I am stuck using a CE> shared server where I cannot get access to the server error logs, and no one CE> seems to know how to create

Re: Invoking CFC from within a CFCATCH block

2004-02-06 Thread Ubqtous
Craig, On 2/6/2004 at 17:04, you wrote: CE> I was hoping to be able to generate a log as well, but I'll try CE> this. If it's enabled, use CFLOG or CFFILE in addition to the CFMAIL. ~ Ubqtous ~ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Invoking CFC from within a CFCATCH block

2004-02-06 Thread Craig Earls
From: Ubqtous [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 5:21 PM To: CF-Talk Subject: Re: Invoking CFC from within a CFCATCH block Craig, On 2/6/2004 at 17:04, you wrote: CE> I was hoping to be able to generate a log as well, but I'll try CE> this. If it's enabled, u