OnRequestEnd.cfm not running

2002-01-16 Thread Erika L Walker-Arnold
OK. This is weird. I thought OnRequestEnd runs every time a page is called, as long as there is a matching Application.cfm in the app Am I ok so far? I have a form page ... on submission goes to another .cfm page which does some error checking ... if errors are found, it sends the user back

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Craig Dudley
not running OK. This is weird. I thought OnRequestEnd runs every time a page is called, as long as there is a matching Application.cfm in the app Am I ok so far? I have a form page ... on submission goes to another .cfm page which does some error checking ... if errors are found, it sends

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Mark A. Kruger - CFG
Don't you have to actually have a named application using the tag? -Original Message- From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 7:21 AM To: CF-Talk Subject: OnRequestEnd.cfm not running OK. This is weird. I thought OnRequestEnd

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Kola Oyedeji
)429 7333 f +44(208)429 7339 |www.ekeda.co.uk > -Original Message- > From: Craig Dudley [mailto:[EMAIL PROTECTED]] > Sent: 16 January 2002 15:18 > To: CF-Talk > Subject: RE: OnRequestEnd.cfm not running > > > Yup, I have a very similar thing on one of my sit

Re: OnRequestEnd.cfm not running

2002-01-16 Thread Billy Cravens
till can't get it to work, look at cf_sandwich - Original Message - From: "Erika L Walker-Arnold" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 9:20 AM Subject: OnRequestEnd.cfm not running > OK. This is w

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Andrew Tyrone
> -Original Message- > From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 10:21 AM > To: CF-Talk > Subject: OnRequestEnd.cfm not running > > > OK. This is weird. > > I thought OnRequestEnd runs every time a page is cal

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Craig Dudley
Yer, that appears to be the case. -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: 16 January 2002 15:31 To: CF-Talk Subject: RE: OnRequestEnd.cfm not running Not sure if this is your problem but the onrequestend.cfm executed will be the one in the same folder as

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Erika L Walker-Arnold
Thanks for the posts, and to answer some of the q's ... My OnRequestEnd.cfm resides in the same folder as my Application.cfm, spelled exactly that way even though the site runs on IIS 5 on a Win 2K box .. I like to watch file case in the off-chance the app ever gets moved to a Unix box. The Appl

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Andrew Tyrone
> -Original Message- > From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 1:01 PM > To: CF-Talk > Subject: RE: OnRequestEnd.cfm not running > > > Thanks for the posts, and to answer some of the q's ... > > My O

Re: OnRequestEnd.cfm not running

2002-01-16 Thread Deanna Schneider
OnRequestEnd should only run in the folder where the calling template is. So, though your form page should traverse up a level to find the Application.cfm, it should not ever be finding the OnRequestEnd.cfm. I think that's the way it's supposed to work anyway. So, the error is in the form.cfm FIND

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Ben Forta
: OnRequestEnd.cfm not running OnRequestEnd should only run in the folder where the calling template is. So, though your form page should traverse up a level to find the Application.cfm, it should not ever be finding the OnRequestEnd.cfm. I think that's the way it's supposed to work anywa

Re: OnRequestEnd.cfm not running

2002-01-16 Thread Deanna Schneider
Oops. My bad. But, while we're pointint out mistakes, Ben, has anyone mentioned your incorrect syntax on list functions in the CF 5.0 Language Reference? *grin* Deanna Schneider Interactive Media Developer [EMAIL PROTECTED] __

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Mark A. Kruger - CFG
Ouch... biting the hand that feeds you -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 1:03 PM To: CF-Talk Subject: Re: OnRequestEnd.cfm not running Oops. My bad. But, while we're pointint out mistakes, Ben, has anyone ment

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Carlisle, Eric
That's gratitude for ya. :/ -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 4:03 PM To: CF-Talk Subject: Re: OnRequestEnd.cfm not running Oops. My bad. But, while we're pointint out mistakes, Ben, has anyone ment

RE: OnRequestEnd.cfm not running

2002-01-16 Thread Andrew Tyrone
Aren't you feeding Ben when you buy his books? > -Original Message- > From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 5:54 PM > To: CF-Talk > Subject: RE: OnRequestEnd.cfm not running > > > Ouch... b

RE: OnRequestEnd.cfm not running - SOLUTION

2002-01-17 Thread Erika L Walker-Arnold
>>|-Original Message- >>|From: Andrew Tyrone [mailto:[EMAIL PROTECTED]] >>| >>|Are you using the cfabort tag by any chance, after you include >>|the form.cfm page again? If you are doing that instead of letting it fall >>|through to the end of the page, for instance with an if/else block