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 (if
the form was
>>|submitted correctly, process the data, if not, include the form.cfm page
>>|again), then that would be a reason why OnRequestEnd.cfm isn't being
>>|processed.

Andrew!

That was it! I do have a  after the . That's what was
killing it!  So the solution is indeed to include the OnRequestEnd
before the . Excellent!

Thank you very much everyone!


-
Erika L. Walker-Arnold, VP, RUWebby, LLC
-
Macromedia ColdFusion Alliance Partner
Macromedia ColdFusion 5.0 Certified Developer
-
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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... 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 anyo
ne
> mentioned your incorrect syntax on list functions in the CF 5.0 Lan
guage
> Reference? *grin*
>
>
> Deanna Schneider
> Interactive Media Developer
> [EMAIL PROTECTED]
>
>
> _
> _
> 
> Why Share?
>   Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 
20 GB
> MO/XFER
>   Instant Activation · $99/Month · Free Setup
>   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> ___
___
> Why Share?
>   Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD /
> 20 GB MO/XFER
>   Instant Activation · $99/Month · Free Setup
>   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
mentioned your incorrect syntax on list functions in the CF 5.0 
Language
Reference? *grin*


Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED]



__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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
mentioned your incorrect syntax on list functions in the CF 5.0 Language
Reference? *grin*


Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED]


_
_

Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB
MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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]


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OnRequestEnd.cfm not running

2002-01-16 Thread Ben Forta

Actually, that is not correct. OnRequestEnd.cfm will be executed if it
exists in the same directory as the Application.cfm that was executed.

--- Ben


-Original Message-
From: Deanna Schneider [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 16, 2002 2:52 PM
To: CF-Talk
Subject: Re: 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 anyway. So, the error is in the
form.cfm FINDING the OnRequestEnd file to begin with - not in it not finding
it when there's an error.

-Deanna



Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED]



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 FINDING the OnRequestEnd file to begin with - not in it not finding
it when there's an error.

-Deanna



Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED]


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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 Application and OnRequestEnd reside in the outermost folder
> of the app,
> and I only go about two folders deep at any time. This works perfectly at
> moment ... I also have a  designated in Application.cfm.
>
> I have a form.cfm page and a formSubmit.cfm page. These sit one
> folder down.
> When you go to form.cfm, OnRequestEnd runs fine. When you submit the
> form.cfm, and formSubmit.cfm checks for data validity ... phone number
> digits, blank fields, email validity, that kind of error. If there is
> something wrong, I send them back to the form.cfm via a cfinclude
>  NOT a
> cflocation ... so that's not the problem.
>
> It only happens in this situation. I gues a quick fix would be to
> cfinclude
> the OnRequestEnd after the original include if there's an error,
> but it just
> seems to me that this is wrong, as Application runs again, why doesn't
> OnRequestEnd?
>
> Any further ideas? Thanks muchly!
>
> -
> Erika L. Walker-Arnold, VP, RUWebby, LLC

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 (if the form was
submitted correctly, process the data, if not, include the form.cfm page
again), then that would be a reason why OnRequestEnd.cfm isn't being
processed.

Andy
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 Application and OnRequestEnd reside in the outermost folder of the app,
and I only go about two folders deep at any time. This works perfectly at
moment ... I also have a  designated in Application.cfm.

I have a form.cfm page and a formSubmit.cfm page. These sit one folder down.
When you go to form.cfm, OnRequestEnd runs fine. When you submit the
form.cfm, and formSubmit.cfm checks for data validity ... phone number
digits, blank fields, email validity, that kind of error. If there is
something wrong, I send them back to the form.cfm via a cfinclude  NOT a
cflocation ... so that's not the problem.

It only happens in this situation. I gues a quick fix would be to cfinclude
the OnRequestEnd after the original include if there's an error, but it just
seems to me that this is wrong, as Application runs again, why doesn't
OnRequestEnd?

Any further ideas? Thanks muchly!

-
Erika L. Walker-Arnold, VP, RUWebby, LLC
-
Macromedia ColdFusion Alliance Partner
Macromedia ColdFusion 5.0 Certified Developer
-

>>|-Original Message-
>>|From: Kola Oyedeji [mailto:[EMAIL PROTECTED]]
>>|
>>|Not sure if this is your problem but the onrequestend.cfm
>>|executed will be
>>|the one in the same folder as the application.cfm, if its in a different
>>|folder then I think it may not be executed.
>>|
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 the application.cfm, if its in a 
different
folder then I think it may not be executed.

HTH

Kola Oyedeji |Web Developer |ekeda
elthorne gate |64 high street |pinner |middx |ha55qa
t +44(208)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 sites, except
> it runs the
> OnRequestEnd.cfm from the folder above. Annoys the hell out of me.
>
> Craig.
>
> -Original Message-
> From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED]]
> Sent: 16 January 2002 15:21
> To: CF-Talk
> Subject: OnRequestEnd.cfm 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 the
> user back to
> the
> form , and highlights the errors.
>
> When I first load the form page ... All the templates that
> are supposed
> to
> run, indeed do so. Including OnRequestEnd.cfm. If there is an
> error on
> the
> page though, and the user gets sent back to the form, the
> OnRequestEnd
> does
> not run, but Application.cfm does.
>
> Has anyone ever had this happen? Am I going nuts? Did I do something
> wrong?
>
> -
> Erika L. Walker-Arnold, VP, RUWebby, LLC
> -
> Macromedia ColdFusion Alliance Partner
> Macromedia ColdFusion 5.0 Certified Developer
> -
>
> 

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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 to the
> form , and highlights the errors.
>
> When I first load the form page ... All the templates that are supposed to
> run, indeed do so. Including OnRequestEnd.cfm. If there is an error on the
> page though, and the user gets sent back to the form, the
> OnRequestEnd does
> not run, but Application.cfm does.
>
> Has anyone ever had this happen? Am I going nuts? Did I do
> something wrong?
>
> -
> Erika L. Walker-Arnold, VP, RUWebby, LLC

There are a few things that could be wrong here:

Are you using a cflocation if there is an error?  If so, OnRequestEnd.cfm
won't run before the cflocation takes place.

When you say error, do you mean a runtime error?  I don't think
OnRequestEnd.cfm is processed unless the actual page loads and runs
completely.

The OnRequestEnd.cfm file is processed in the same directory that the
application.cfm file resides, not in the directory the template runs in,
unless that directory contains an application.cfm.

The remedy in these situations would be to cfinclude the OnRequestEnd.cfm
file to make sure it gets processed, one way or the other; before a
cflocation, after an error is caught, or at the end of the template if an
OnRequestEnd.cfm does not reside in the same directory as the
application.cfm that gets processed.

Andy
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OnRequestEnd.cfm not running

2002-01-16 Thread Billy Cravens

I'm not sure if this is the case, but if you're on anything but Windows (the
server), filenames are case-sensitive.  In other words, the file name should
be OnRequestEnd.cfm, not onrequestend.cfm.

What version of CF are you running?  OnRequestEnd.cfm is only available in
4.5+

If you still 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 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 to the
> form , and highlights the errors.
>
> When I first load the form page ... All the templates that are supposed to
> run, indeed do so. Including OnRequestEnd.cfm. If there is an error on the
> page though, and the user gets sent back to the form, the OnRequestEnd
does
> not run, but Application.cfm does.
>
> Has anyone ever had this happen? Am I going nuts? Did I do something
wrong?
>
> -
> Erika L. Walker-Arnold, VP, RUWebby, LLC
> -
> Macromedia ColdFusion Alliance Partner
> Macromedia ColdFusion 5.0 Certified Developer
> -
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OnRequestEnd.cfm not running

2002-01-16 Thread Kola Oyedeji

Not sure if this is your problem but the onrequestend.cfm executed will be
the one in the same folder as the application.cfm, if its in a different
folder then I think it may not be executed.

HTH

Kola Oyedeji |Web Developer |ekeda
elthorne gate |64 high street |pinner |middx |ha55qa
t +44(208)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 sites, except
> it runs the
> OnRequestEnd.cfm from the folder above. Annoys the hell out of me.
>
> Craig.
>
> -Original Message-
> From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED]]
> Sent: 16 January 2002 15:21
> To: CF-Talk
> Subject: OnRequestEnd.cfm 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 the
> user back to
> the
> form , and highlights the errors.
>
> When I first load the form page ... All the templates that
> are supposed
> to
> run, indeed do so. Including OnRequestEnd.cfm. If there is an
> error on
> the
> page though, and the user gets sent back to the form, the
> OnRequestEnd
> does
> not run, but Application.cfm does.
>
> Has anyone ever had this happen? Am I going nuts? Did I do something
> wrong?
>
> -
> Erika L. Walker-Arnold, VP, RUWebby, LLC
> -
> Macromedia ColdFusion Alliance Partner
> Macromedia ColdFusion 5.0 Certified Developer
> -
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



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 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 to the
form , and highlights the errors.

When I first load the form page ... All the templates that are supposed to
run, indeed do so. Including OnRequestEnd.cfm. If there is an error on the
page though, and the user gets sent back to the form, the OnRequestEnd does
not run, but Application.cfm does.

Has anyone ever had this happen? Am I going nuts? Did I do something wrong?

-
Erika L. Walker-Arnold, VP, RUWebby, LLC
-
Macromedia ColdFusion Alliance Partner
Macromedia ColdFusion 5.0 Certified Developer
-
_
_

Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OnRequestEnd.cfm not running

2002-01-16 Thread Craig Dudley

Yup, I have a very similar thing on one of my sites, except it runs the
OnRequestEnd.cfm from the folder above. Annoys the hell out of me.

Craig.

-Original Message-
From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED]]
Sent: 16 January 2002 15:21
To: CF-Talk
Subject: OnRequestEnd.cfm 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 the user back to 
the
form , and highlights the errors.

When I first load the form page ... All the templates that are supposed 
to
run, indeed do so. Including OnRequestEnd.cfm. If there is an error on 
the
page though, and the user gets sent back to the form, the OnRequestEnd 
does
not run, but Application.cfm does.

Has anyone ever had this happen? Am I going nuts? Did I do something 
wrong?

-
Erika L. Walker-Arnold, VP, RUWebby, LLC
-
Macromedia ColdFusion Alliance Partner
Macromedia ColdFusion 5.0 Certified Developer
-

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists