RE: OnRequestEnd.cfm

2000-08-22 Thread Brad Roberts

It only searches the directory where the application.cfm was found.
Wouldn't hurt to have one in that directory though.

-Original Message-
From: Ken Goldstraw [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 11:56 AM
To: '[EMAIL PROTECTED]'
Subject: OnRequestEnd.cfm


Hello folks,

Someone once told me that OnRequestEnd.cfm should exist in every directory,
whether you're using it or not.  The reason he gave was that CF would
traverse the directory tree until either an OnRequestEnd.cfm was found, or
the top level was reached.  Is this true?  Does anyone do this?

TIA
-Ken

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Dan Haley

I don't think the same holds true for onrequestend.cfm that does for
application.cfm.  CF will only look for onrequestend.cfm in the directory
that it found application.cfm.

Dan

-Original Message-
From: Ken Goldstraw [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 8:56 AM
To: '[EMAIL PROTECTED]'
Subject: OnRequestEnd.cfm


Hello folks,

Someone once told me that OnRequestEnd.cfm should exist in every directory,
whether you're using it or not.  The reason he gave was that CF would
traverse the directory tree until either an OnRequestEnd.cfm was found, or
the top level was reached.  Is this true?  Does anyone do this?

TIA
-Ken

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Dave Watts

> Someone once told me that OnRequestEnd.cfm should exist in
> every directory, whether you're using it or not. The reason
> he gave was that CF would traverse the directory tree until
> either an OnRequestEnd.cfm was found, or the top level was
> reached. Is this true? Does anyone do this?

To the best of my knowledge, CF does this with application.cfm, but not with
onrequestend.cfm, which it gets (if it exists) from the same directory as
application.cfm. I haven't tested this, though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Brian Thornton

That's correct only if it exists... The transverse of application.cfm

At 12:27 PM 8/22/2000 -0400, you wrote:
> > Someone once told me that OnRequestEnd.cfm should exist in
> > every directory, whether you're using it or not. The reason
> > he gave was that CF would traverse the directory tree until
> > either an OnRequestEnd.cfm was found, or the top level was
> > reached. Is this true? Does anyone do this?
>
>To the best of my knowledge, CF does this with application.cfm, but not with
>onrequestend.cfm, which it gets (if it exists) from the same directory as
>application.cfm. I haven't tested this, though.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444
>
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/

Brian Thornton
The Internet Design Firm
910 16th Street #810
Denver, CO 80202
phone. 303.893.6628
[EMAIL PROTECTED]
www.tidf.com

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Clint Tillerson

Could someone offer a brief explanation regarding what 
OnRequestEnd.cfm is used for?  I've never heard of this one.

Does it process after the requested cfm template processes as the 
name might suggest?

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Kevin Queen


Ahhh, very good Clint son


That is correct, howeveer; unlike Application.cfm OnRequestEnd.cfm must be
in the same directory as the calling template, CF will NOT recurse the
directory tree for OnRequestEnd.

Kevin

-Original Message-
From: Clint Tillerson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 1:02 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: OnRequestEnd.cfm


Could someone offer a brief explanation regarding what
OnRequestEnd.cfm is used for?  I've never heard of this one.

Does it process after the requested cfm template processes as the
name might suggest?


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Dan Haley

Ahh, but there is a flaw in your explanation, grasshopper.  It will recurse
the directory tree for application.cfm, and use the onrequestend.cfm from
that directory.  So, if you have an onrequestend.cfm in the calling
template's directory, but no application.cfm, it will not use it.

Onrequestend.cfm, if in the same directory as application.cfm, will be used
when that application.cfm is used, otherwise it will be ignored.

Dan

-Original Message-
From: Kevin Queen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 10:11 AM
To: [EMAIL PROTECTED]
Subject: RE: OnRequestEnd.cfm



Ahhh, very good Clint son


That is correct, howeveer; unlike Application.cfm OnRequestEnd.cfm must be
in the same directory as the calling template, CF will NOT recurse the
directory tree for OnRequestEnd.

Kevin

-Original Message-
From: Clint Tillerson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 1:02 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: OnRequestEnd.cfm


Could someone offer a brief explanation regarding what
OnRequestEnd.cfm is used for?  I've never heard of this one.

Does it process after the requested cfm template processes as the
name might suggest?


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Ed Toon

"Dan Haley, you fail to grasp Ti Kwan Leep. Approach me that you might see."

There's a very simple solution here...

"Observe closely, class. Boot to the Head! (SH-ZOOMP!)"



It's always handy to have an Application.cfm for each directory. ;)

-Original Message-
From: Dan Haley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 11:07 AM
To: '[EMAIL PROTECTED]'
Subject: RE: OnRequestEnd.cfm


Ahh, but there is a flaw in your explanation, grasshopper.  It will recurse
the directory tree for application.cfm, and use the onrequestend.cfm from
that directory.  So, if you have an onrequestend.cfm in the calling
template's directory, but no application.cfm, it will not use it.

Onrequestend.cfm, if in the same directory as application.cfm, will be used
when that application.cfm is used, otherwise it will be ignored.

Dan


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Dan Haley

Ummm, yeah, and so?  Grasshopper musta got squished on the road when he was
thinking hard to come up with that answer!  Read the question now . . .
really . . . (couldn't resist).


-Original Message-
From: Ed Toon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 1:04 PM
To: [EMAIL PROTECTED]
Subject: RE: OnRequestEnd.cfm


"Dan Haley, you fail to grasp Ti Kwan Leep. Approach me that you might see."

There's a very simple solution here...

"Observe closely, class. Boot to the Head! (SH-ZOOMP!)"



It's always handy to have an Application.cfm for each directory. ;)

-Original Message-
From: Dan Haley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 11:07 AM
To: '[EMAIL PROTECTED]'
Subject: RE: OnRequestEnd.cfm


Ahh, but there is a flaw in your explanation, grasshopper.  It will recurse
the directory tree for application.cfm, and use the onrequestend.cfm from
that directory.  So, if you have an onrequestend.cfm in the calling
template's directory, but no application.cfm, it will not use it.

Onrequestend.cfm, if in the same directory as application.cfm, will be used
when that application.cfm is used, otherwise it will be ignored.

Dan



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-22 Thread Scott, Andrew

Nope, then we should also have application.cfm in every directory as well
then:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: Ken Goldstraw [mailto:[EMAIL PROTECTED]]
Sent: 23 August 2000 01:56
To: '[EMAIL PROTECTED]'
Subject: OnRequestEnd.cfm


Hello folks,

Someone once told me that OnRequestEnd.cfm should exist in every directory,
whether you're using it or not.  The reason he gave was that CF would
traverse the directory tree until either an OnRequestEnd.cfm was found, or
the top level was reached.  Is this true?  Does anyone do this?

TIA
-Ken

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2000-08-23 Thread Zachary Bedell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> "Dan Haley, you fail to grasp Ti Kwan Leep. Approach me that 
> you might see."
> 
> "Observe closely, class. Boot to the Head! (SH-ZOOMP!)"

And for those who would like an audio representation...  Feel free to
hit:
http://defiance.adirondack.net/BootToTheHead.wav

*grin*

Later,
Zac

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.3 for non-commercial use 
Comment: Please use PGP!!!

iQA/AwUBOaPBIgraVoMWBwRBEQLo6QCeJ0ZctSNDWPRD/YQ5y/Ysk4OTBW0An38N
la8dprvjmvzLzu8B2gawP5ty
=voeU
-END PGP SIGNATURE-
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: onrequestend.cfm

2000-05-11 Thread Dave Wilson

Erika,

You are best to simply create an HTML or CFML template containing your
contact details then use cfinclude to display the contact details at the
bottom of each of your pages.

The ONRequestEnd.cfm template is not directly viewable in the browser (as is
the Application.cfm file) and behaves in much the same way as the
Application.cfm file. Although I've never used the OnRequestEnd.cfm file, I
presume it would be useful in such circumstances where you may want to kill
a variable at the end of processing a CF template i.e. for temporary
variables etc., or for enforcing variable integrity across an application
where the variables are being changed frequently by the application
templates.

Just my 2 cents worth

Dave

Dave Wilson
Internet Technology Manager,
BizNet Solutions


Co-Founder CFUG Ireland
http://www.cfug.ie

224, Lisburn Road
Belfast BT9 6GE

Tel: 02890 225 776
Fax: 02890 223 223
web: http://www.biznet-solutions.com

email: [EMAIL PROTECTED]
- Original Message -
From: Erika Foster <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 12, 2000 12:10 AM
Subject: onrequestend.cfm


> Can someone tell me about the OnRequestEnd.cfm template?  I think I
remember
> seeing somewhere that it is just like the Application.cfm file, except it
> runs at the END of every .cfm template in the application.  Is this true?
> If so, will it be useful for say, putting my contact information at the
> bottom of every page in my application?
>
> I have over 200 templates in my application that I need to put contact
> information on will this work?  Is there a better way?
>
> Thanks,
>
>
> Erika Foster
> engineering-environmental Management
> Applications Developer
> (505) 866-1654
> [EMAIL PROTECTED]
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: onrequestend.cfm

2000-05-15 Thread Aidan Whitehall

> You are best to simply create an HTML or CFML template containing
> your contact details then use cfinclude to display the contact details at
> the bottom of each of your pages.

Agreed.


> The ONRequestEnd.cfm template is not directly viewable in the browser
> (as is the Application.cfm file) and behaves in much the same way as
> the Application.cfm file

Not true.  Try it out and see.  It may not be *intended* for outputting
HTML, but the resulting code gets sent to the browser all the same, just as
the Application.cfm file does.

BTW, you need 4.0.1 or higher to use OnRequestEnd.cfm.



-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Netshopper UK Ltd
Advanced Web Solutions & Services

http://www.netshopperuk.co.uk/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm

2001-05-23 Thread John Wilker

same thing that application.cfm does but at the end of the template being
loaded. Say you want to flush vars after a page is done with them and you
need to do it each time you could put the code there to do it with out
having to code it on every page.

J.

John Wilker
Web Applications Consultant
Macromedia Certified ColdFusion Developer

www.red-omega.com 

Pepsi's "Come Alive With the Pepsi Generation" translated into "Pepsi Brings
Your Ancestors Back From the Grave" in Chinese.


-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 6:47 PM
To: CF-Talk
Subject: OnRequestEnd.cfm


I know what application.cfm is for. What does onrequestend.cfm do?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OnRequestEnd.cfm

2001-05-23 Thread Matthew Fusfield

It executes in much the same way as application.cfm, except it executes
AFTER your template, whereas application.cfm executes before your template.

Matt

-Original Message-
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 9:47 PM
To: CF-Talk
Subject: OnRequestEnd.cfm


I know what application.cfm is for. What does onrequestend.cfm do?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OnRequestEnd.cfm problems

2000-05-11 Thread Fred T. Sanders

Is this a completely blank onrequestend.cfm or does it have
something in it?

- Original Message -
From: "andrew m kneisler"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 11, 2000 1:34 PM
Subject: OnRequestEnd.cfm problems


> --openmail-part-0b88b59b-0001
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: Quoted-Printable
> Content-Disposition: inline
>
> Can anyone shed some light on possible limitations using
> OnRequestEnd.cfm?=A0 For some reason, when we add an
OnRequestEnd.cfm in a
> particular directory, the pages seem to run correctly,
except the cookie
> values don't seem to have integrity.=A0 Has anyone
encountered this or a
> similar problem?=A0 For the meantime, we have removed the
> OnRequestEnd.cfm, until we can fix this problem.
> =A0
> Any suggestions?
> =A0
>
> Andrew Kneisler=20
> BNMD/ODS User Interface Team
> Phone: 913-315-6583=20
> [EMAIL PROTECTED]=20
>
> =A0
>
>
> --openmail-part-0b88b59b-0001--
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=li
sts/cf_talk or send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the
body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OnRequestEnd.cfm problems

2000-05-12 Thread andrew m kneisler

--openmail-part-0b94ab05-0001
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

Good question

This OnRequestEnd.cfm has a query INSERT into a table which counts a
user with the runtime based on a variable set at the begining of
Application.cfm.  Thus capturing the runtime for that particular page.
It works elsewhere, but somehow when trying to verify a cookie it can't
find the value.  

Do you want to see the code?

Andrew Kneisler 
BNMD/ODS User Interface Team
Phone: 913-315-6583 
[EMAIL PROTECTED] 



-Original Message-
From: webmaster [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 11, 2000 7:04 PM
To: cf-talk
Cc: webmaster
Subject: Re: OnRequestEnd.cfm problems


Is this a completely blank onrequestend.cfm or does it have
something in it?

- Original Message -
From: "andrew m kneisler"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 11, 2000 1:34 PM
Subject: OnRequestEnd.cfm problems


> --openmail-part-0b88b59b-0001
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: Quoted-Printable
> Content-Disposition: inline
>
> Can anyone shed some light on possible limitations using
> OnRequestEnd.cfm?=A0 For some reason, when we add an
OnRequestEnd.cfm in a
> particular directory, the pages seem to run correctly,
except the cookie
> values don't seem to have integrity.=A0 Has anyone
encountered this or a
> similar problem?=A0 For the meantime, we have removed the
> OnRequestEnd.cfm, until we can fix this problem.
> =A0
> Any suggestions?
> =A0
>
> Andrew Kneisler=20
> BNMD/ODS User Interface Team
> Phone: 913-315-6583=20
> [EMAIL PROTECTED]=20
>
> =A0
>
>
> --openmail-part-0b88b59b-0001--
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=li
sts/cf_talk or send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the
body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


--openmail-part-0b94ab05-0001--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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



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 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 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 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 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 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 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 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 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

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 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 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 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 on linux?

2002-02-19 Thread Bryan Love

Yes

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may 
have
peace'..."
- Thomas Paine, The American Crisis



-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 19, 2002 4:00 PM
To: CF-Talk
Subject: OnRequestEnd.cfm on linux?


I know application.cfm must be Application.cfm on *n*x servers to be
recognized, but does onrequestend.cfm have to be OnRequestEnd.cfm as 
well?

---
Matt Robertson[EMAIL PROTECTED]
MSB Designs, Inc., www.mysecretbase.com
---
 

__
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 - 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