RE: application.cfm

2003-10-07 Thread Bushy
be the way to go. Jim Davis -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:49 AM To: CF-Talk Subject: re: application.cfm HI, I need to load my database fields into session and cookie variables for my application. The catch is I only need

RE: application.cfm

2003-10-07 Thread Pascal Peters
PROTECTED] Sent: dinsdag 7 oktober 2003 14:11 To: CF-Talk Subject: RE: application.cfm If I put the query and cfset SESSION variables into my index.cfm file I can output the results no problem. It won't work if its in my application.cfm? Whats wrong? --Original Message Text--- From: Bushy Date: Tue

RE: application.cfm

2003-10-07 Thread Won Lee
Did you make sure to spell it Application.cfm with a capital A? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: application.cfm

2003-10-07 Thread Philip Arnold
Have you got the CFAPPLICATION tag above the code? If not, you can't set the Session variables. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 7:53 AM To: CF-Talk Subject: RE: application.cfm Why is this not working? I have the following code

RE: application.cfm

2003-10-07 Thread Bushy
oktober 2003 14:11 To: CF-Talk Subject: RE: application.cfm If I put the query and cfset SESSION variables into my index.cfm file I can output the results no problem. It won't work if its in my application.cfm? Whats wrong? --Original Message Text--- From: Bushy Date: Tue, 07 Oct 2003 07:53:15

RE: application.cfm

2003-10-07 Thread Philip Arnold
That only really applies on *nix operating systems - Windows based ones don't need that (apart from good practices) -Original Message- From: Won Lee [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:21 AM To: CF-Talk Subject: RE: application.cfm Did you make sure to spell

RE: application.cfm

2003-10-07 Thread Bushy
It's on a Windows server. Why would that make a difference. I could see that on a *nix. --Original Message Text--- From: Won Lee Date: Tue, 07 Oct 2003 08:21:04 -0400 Did you make sure to spell it Application.cfm with a capital A? [Todays Threads] [This Message] [Subscription] [Fast

RE: application.cfm

2003-10-07 Thread Scott Wilhelm
-Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:49 AM To: CF-Talk Subject: re: application.cfm HI, I need to load my database fields into session and cookie variables for my application. The catch is I only need cfquery the database once upon initial log

RE: application.cfm

2003-10-07 Thread Bushy
] Sent: Tuesday, October 07, 2003 7:53 AM To: CF-Talk Subject: RE: application.cfm Why is this not working? I have the following code in my application.cfm application.cfm -- cfif NOT IsDefined(SESSION.init) cfquery name=listenv datasource=database select * from table1 where

RE: application.cfm

2003-10-07 Thread Philip Arnold
Try doing a CFDUMP of the Session scope - then you can see what is, and what isn't, being set -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:24 AM To: CF-Talk Subject: RE: application.cfm I'm using the correct application.cfm. I did what you

RE: application.cfm

2003-10-07 Thread Bushy
is, and what isn't, being set -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:24 AM To: CF-Talk Subject: RE: application.cfm I'm using the correct application.cfm. I did what you suggested. I don't know why the SESSION variables are not being set

RE: application.cfm

2003-10-07 Thread McGill, Eric
This might be way off, but is this by any chance a Fusebox 4 application? If not, is there any possibility that there is Another CFAPPLICATION tag set somewhere (like at the top of index.cfm)? -Original Message- Why is this not working? I have the following code in my application.cfm

RE: application.cfm

2003-10-07 Thread Bushy
--Original Message Text--- From: McGill, Eric Date: Tue, 7 Oct 2003 08:42:03 -0400 This might be way off, but is this by any chance a Fusebox 4 application? No. If not, is there any possibility that there is Another CFAPPLICATION tag set somewhere (like at the top of index.cfm)? Nope. This

RE: application.cfm

2003-10-07 Thread Bushy
I just pasted the cfquery from my application.cfm into my index.cfm along with the cfdump The first occurence of the cfdump from the application.cfm display nothing. Only the field names yet the second cfdump in my index.cfm display the field names and the field contents. Why is the cfquery not

RE: application.cfm

2003-10-07 Thread Won Lee
At 08:44 AM 10/7/2003 -0400, you wrote: --Original Message Text--- From: McGill, Eric Date: Tue, 7 Oct 2003 08:42:03 -0400 This might be way off, but is this by any chance a Fusebox 4 application? No. If not, is there any possibility that there is Another CFAPPLICATION tag set somewhere (like

RE: application.cfm

2003-10-07 Thread Bushy
ha ha --Original Message Text--- From: Won Lee Date: Tue, 07 Oct 2003 08:49:25 -0400 At 08:44 AM 10/7/2003 -0400, you wrote: --Original Message Text--- From: McGill, Eric Date: Tue, 7 Oct 2003 08:42:03 -0400 This might be way off, but is this by any chance a Fusebox 4 application? No. If not,

RE: application.cfm

2003-10-07 Thread Won Lee
I know this is a long shot, but are you using NES? I remember having some problems with the session variables with NES. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: application.cfm

2003-10-07 Thread Craig Dudley
Can you paste the full Application.cfm here and one of us will try it. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 13:49 To: CF-Talk Subject: RE: application.cfm I just pasted the cfquery from my application.cfm into my index.cfm along

RE: application.cfm

2003-10-07 Thread Bushy
: RE: application.cfm I just pasted the cfquery from my application.cfm into my index.cfm along with the cfdump The first occurence of the cfdump from the application.cfm display nothing. Only the field names yet the second cfdump in my index.cfm display the field names and the field contents. Why

Re: application.cfm

2003-10-07 Thread David Fafard
What did you figure out? - Original Message - From: Bushy To: CF-Talk Sent: Tuesday, October 07, 2003 9:09 AM Subject: RE: application.cfm I figured it out. Thanks --Original Message Text--- From: Craig Dudley Date: Tue, 7 Oct 2003 13:54:46 +0100 Can you paste the full

RE: application.cfm

2003-10-07 Thread d.a.collie
Funnily enough that was what I was just thinking... -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 14:19 To: CF-Talk Subject: Re: application.cfm What did you figure out? - Original Message - From: Bushy To: CF-Talk Sent: Tuesday

Re: application.cfm

2003-10-07 Thread Bushy
Message - From: Bushy To: CF-Talk Sent: Tuesday, October 07, 2003 9:09 AM Subject: RE: application.cfm I figured it out. Thanks --Original Message Text--- From: Craig Dudley Date: Tue, 7 Oct 2003 13:54:46 +0100 Can you paste the full Application.cfm here and one of us will try

RE: application.cfm

2003-10-07 Thread Jim Davis
= 'test' - although I have no idea whyyou're just not getting an outright error. Jim Davis -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 7:53 AM To: CF-Talk Subject: RE: application.cfm Why is this not working? I have the following code

RE: application.cfm

2003-10-07 Thread Bushy
simple page (no marker variables or persistent scopes needed).There are limitations - you read the docs on this, but it may be the way to go. Jim Davis -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:49 AM To: CF-Talk Subject: re: application.cfm

RE: application.cfm

2003-10-07 Thread Tony Weeg
tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:22 AM To: CF-Talk Subject: RE: application.cfm Are you saying I should put a cflock around

RE: application.cfm

2003-10-07 Thread Pascal Peters
oktober 2003 16:22 To: CF-Talk Subject: RE: application.cfm Are you saying I should put a cflock around all my SESSION.variable that I'm defining with cfset? If so, whats the default cflock? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: application.cfm

2003-10-07 Thread Jim Davis
-Talk Subject: RE: application.cfm I think you should beware using cflock in your application.cfm file, especially if you set it to EXCLUSIVE, this will essentially make your application a ONE THREADED application.since application.cfm is a RUN ON EVERY PAGE REQUEST file, this may cause unwanted

RE: application.cfm

2003-10-07 Thread Bushy
won't be affected (at least in any noticeable sense) and you'll. Jim Davis -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:25 AM To: CF-Talk Subject: RE: application.cfm I think you should beware using cflock in your application.cfm file

RE: application.cfm

2003-10-07 Thread Tony Weeg
] 410.548.2337 -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:50 AM To: CF-Talk Subject: RE: application.cfm So then putting a cflock around all my cfset SESSION.variable(s) within my application.cfm is acceptable? What cflock syntax would I use

RE: application.cfm

2003-10-07 Thread Bushy
: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:50 AM To: CF-Talk Subject: RE: application.cfm So then putting a cflock around all my cfset SESSION.variable(s) within my application.cfm is acceptable? What cflock syntax would I use around all my cfset SESSION.variable_name(s

RE: application.cfm

2003-10-07 Thread Tony Weeg
- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:50 AM To: CF-Talk Subject: RE: application.cfm So then putting a cflock around all my cfset SESSION.variable(s) within my application.cfm is acceptable? What cflock syntax would I use around all my cfset SESSION.variable_name

RE: application.cfm

2003-10-07 Thread Gyrus
At 10:50 07/10/2003 -0400, you wrote: So then putting a cflock around all my cfset SESSION.variable(s) within my application.cfm is acceptable? What cflock syntax would I use around all my cfset SESSION.variable_name(s)? I'm getting confused on READONLY and EXCLUSIVE. I'm jumping into this

RE: application.cfm

2003-10-07 Thread Matt Robertson
Bushy wrote: Will SESSION variables being set by one user clobber another users variables or are they unique to each individual user that accessing my application? Session variables are unique to each user... unless you don't lock them :-0.Developers who don't often -- very often -- come

RE: application.cfm

2003-10-07 Thread Mike Kear
, Michael Kear Windsor, NSW, Australia AFP Webworks. -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 October 2003 10:20 PM To: CF-Talk Subject: RE: application.cfm It should work. Are you sure you are executing the right application.cfm. Try putting

re: application.cfm

2003-10-06 Thread Bushy
HI, I need to load my database fields into session and cookie variables for my application. The catch is I only need cfquery the database once upon initial log in via Windows NT authentication. I don't want the datbase queried if a refresh is performed. Where or how can I do this. Sould the

RE: application.cfm

2003-10-06 Thread Jim Davis
).There are limitations - you read the docs on this, but it may be the way to go. Jim Davis -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:49 AM To: CF-Talk Subject: re: application.cfm HI, I need to load my database fields into session and cookie

RE: RE: application.cfm

2003-03-27 Thread Robertson-Ravo, Neil (RX)
Yep, you cannot have a blank application or onrequestend.cfm page You can simply put a CF comment in it as well, that should be enough. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 27 March 2003 15:23 To: CF-Talk Subject: Re:RE: application.cfm CF5

RE: RE: application.cfm

2003-03-27 Thread Pascal Peters
Actually CF doesn't allow a blank template. You can avoid this by having just one CR/LF in the file. You don't need a CF tag -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: donderdag 27 maart 2003 16:23 To: CF-Talk Subject: Re:RE: application.cfm CF5 does not

RE: RE: application.cfm

2003-03-27 Thread Raymond Camden
: www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 9:32 AM To: CF-Talk Subject: RE: RE: application.cfm Actually CF doesn't allow

RE: application.cfm

2003-03-26 Thread Matthew Walker
Yes, but cf5 may choke on it. If so insert a cf comment. -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, 27 March 2003 1:31 p.m. To: CF-Talk Subject: application.cfm I think I may be stating the obvious here but just checking. I have an app that has an

RE: application.cfm

2003-03-26 Thread Buckland, Ramon
I beleive so, but just to be good, put a comment in there eg: !--- this is blank to override parent application.cfm in ../ --- -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, 27 March 2003 12:31 PM To: CF-Talk Subject: application.cfm I think I

RE: application.cfm

2003-03-26 Thread Raymond Camden
PM To: CF-Talk Subject: RE: application.cfm Yes, but cf5 may choke on it. If so insert a cf comment. -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, 27 March 2003 1:31 p.m. To: CF-Talk Subject: application.cfm I think I may be stating

RE: application.cfm

2003-03-26 Thread Parker, Kevin
12:05 PM To: CF-Talk Subject: RE: application.cfm Yes, but cf5 may choke on it. If so insert a cf comment. -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, 27 March 2003 1:31 p.m. To: CF-Talk Subject: application.cfm I think I may be stating the obvious

RE: application.cfm

2003-03-26 Thread Matt Robertson
I found with a blank OnReQuestEnd.cfm that it had to be an html comment and not a CF comment. That was CF 4.5x though. Never tried a blank application.cfm. --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com

RE: application.cfm

2003-03-26 Thread Barney Boisvert
: 360.647.5351 www.audiencecentral.com -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 5:59 PM To: CF-Talk Subject: RE: application.cfm I found with a blank OnReQuestEnd.cfm that it had to be an html comment and not a CF comment. That was CF

RE: application.cfm

2003-03-26 Thread Matthew Walker
Isn't it depressing when you learn new things about out-of-date software? ;-) -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, 27 March 2003 1:59 p.m. To: CF-Talk Subject: RE: application.cfm the cf comment doesn't do it, there needs to be actual

Re: application.cfm

2003-03-26 Thread Terry Troxel
I got the below code snippet from teratech.com's Cold Cuts and it works great. As you can see it not only formats an Wxcel table from html calls but you can also use Excel formulas and functions. The problem I have though is I am not able to pass Coldfusion variables to it in order to dynamically

Re: Application.cfm not being included / CFMX

2003-02-03 Thread steve
Brook, have you included index.cfm in your apache defaults? Steve Soars [p] 07 3821-5800 [f] 07 3821-5811 www.i-redlands.com.au Interactive Redlands what we do in life echoes an eternity - Original Message - From: brook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday,

Re: Application.cfm not being included / CFMX

2003-02-03 Thread brook
Yeah, it is set to be the default file. Although I am using IIS, but there essentially the same thing (the default file setting that is, not the web servers themselves). Brook At 09:24 AM 2/4/2003 +1000, you wrote: Brook, have you included index.cfm in your apache defaults? Steve Soars [p] 07

RE: Application.cfm not being included / CFMX

2003-02-02 Thread Jeremy Allen
If it is a Unix server your file should be Application.cfm, the capitalization is important. Even if it isn't a *nix server, you should still name the file Application.cfm :) Jeremy -- Jeremy Allen Application Architect elliptIQ Inc. [EMAIL PROTECTED]

Re: Application.cfm

2003-01-21 Thread Stephen Moretti
Do I have to include application.cfm in all my cfm pages, or is that automatically done for you? Its done automatically for you. Just make sure that if you're on *nix that application.cfm is name with a capital A, otherwise it won't be included. Stephen

Re: Application.cfm

2003-01-21 Thread Cutter (CF_Talk)
If an Application.cfm file exists it will automatically be loaded prior to loading the called .cfm page, even if the file called is within a subdirectory (unless the subdirectory has it's own Application.cfm) Cutter Scott Wilhelm wrote: Do I have to include application.cfm in all my cfm

Re: Application.cfm

2003-01-21 Thread Jeff Garza
your coldfusion templates will look for an application.cfm file recursively up the directory tree automatically. If your template is in c:\inetpub\wwwroot\mydirectory\ ColdFusion will search in c:\inetpub\wwwroot\mydirectory\, then c:\inetpub\wwwroot\, then c:\inetpub\, then c:\ HTH, Jeff

RE: Application.cfm

2003-01-21 Thread Lee Fuller
Application.cfm is read on the load of each and every CFM page within the same directory as the Application.cfm page, and below that directory. Upon running a CFM page, CF looks for an application.cfm page in the same dir. If it doesn't find one, it traverses up to the next level of dir and

RE: Application.cfm

2003-01-21 Thread Cantrell, Adam
In addition to the other replies, another useful file to know about is OnRequestEnd.cfm - same thing as Application.cfm, only it runs AFTER the request, not before. I had been developing CF apps for at least 6 months before I knew about this. I think it's more well known now though. Adam.

RE: Application.cfm

2003-01-21 Thread Tangorre, Michael
:-) -Original Message- From: Cantrell, Adam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:16 PM To: CF-Talk Subject: RE: Application.cfm In addition to the other replies, another useful file to know about is OnRequestEnd.cfm - same thing as Application.cfm, only it runs AFTER the request

RE: Application.cfm

2003-01-21 Thread Scott Wilhelm
Am I able to put variables in there that will be used throughout the application, more or less to clean up the page? -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 1:21 PM To: CF-Talk Subject: RE: Application.cfm not to get

Re: Application.cfm

2003-01-21 Thread Gyrus
- Original Message - From: Scott Wilhelm [EMAIL PROTECTED] Am I able to put variables in there that will be used throughout the application, more or less to clean up the page? --- Yeah, setting variables for things like Datasource Names is a common use for

RE: Application.cfm

2003-01-21 Thread Samuel R. Neff
Yes, you can put variables in Application.cfm and generally it's best to put them in the Request scope so they're available to custom tags and components (although most components shouldn't rely on Request variables, but that's another story). Sam At 01:18 PM 1/21/2003, you wrote: Am I able

RE: Application.cfm

2003-01-21 Thread Samuel R. Neff
Also keep an eye out for an article coming to CFDJ about J2EE servlet filters. Charlie Arehart posted a preview on his page. Allows you to pre-process or post-process all requests based on url patterns. More flexible than Application.cfm and OnRequestEnd.cfm for specific purposes. Not meant

Re: RE: Application.cfm

2003-01-21 Thread ksuh
Ahh, I now have no reason to use ISAPI filters. This will help us out big time. - Original Message - From: Samuel R. Neff [EMAIL PROTECTED] Date: Tuesday, January 21, 2003 11:42 am Subject: RE: Application.cfm Also keep an eye out for an article coming to CFDJ about J2EE servlet

RE: Application.cfm

2003-01-21 Thread Cantrell, Adam
. :) -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 12:21 PM To: CF-Talk Subject: RE: Application.cfm not to get too technical, but the file OnRequestEnd does not run after the request; but rather at the end of the request

Re: RE: Application.cfm

2003-01-21 Thread ksuh
to make. :) -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 12:21 PM To: CF-Talk Subject: RE: Application.cfm not to get too technical, but the file OnRequestEnd does not run after the request; but rather

RE: Application.cfm

2003-01-21 Thread Tangorre, Michael
LOL -Original Message- From: Cantrell, Adam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:27 PM To: CF-Talk Subject: RE: Application.cfm Ahh yes, poor choice of words. I hope he also didn't think Application.cfm would actually run before the http request; an app server

RE: application.cfm vs. cfinclude

2002-12-12 Thread Costas Piliotis
them as custom tags instead. Not really necessary, but I like typing cf_header instead. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 4:51 PM To: CF-Talk Subject: RE: application.cfm vs. cfinclude There is nothing wrong

RE: application.cfm vs. cfinclude

2002-12-12 Thread Joseph Thompson
There is of course FuseBox. All the convenience of including headers in the Application.cfm file with a specific method of NOT including headers in pages that don't need them. Try FuseBox.org or HalHelms.com for more on that. Poor design. There will be some ColdFusion file requests that don't

RE: application.cfm vs. cfinclude

2002-12-11 Thread Costas Piliotis
I remember forta strongly advising against it. Don't remember why, but he suggested that all you have in it is the cfapplication tag. With includes, you have full control over when they are included or not. -Original Message- From: Austin Govella [mailto:[EMAIL PROTECTED]] Sent:

Re: application.cfm vs. cfinclude

2002-12-11 Thread Bruce Sorge
:19 PM Subject: RE: application.cfm vs. cfinclude I remember forta strongly advising against it. Don't remember why, but he suggested that all you have in it is the cfapplication tag. With includes, you have full control over when they are included or not. -Original Message- From

RE: application.cfm vs. cfinclude

2002-12-11 Thread Kevin Bridges
Sorge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 3:23 PM To: CF-Talk Subject: Re: application.cfm vs. cfinclude But if he is already including it at the top of each page, and this is going to continue to be the case, then I do not see any reason why you could not do

RE: application.cfm vs. cfinclude

2002-12-11 Thread Dave Watts
I use includes for the DTD at the top of every page. I was planning on using cfinclude to add the DTDs, but if the application.cfm is automatically stuck at the top of every page, is there a reason why it'd be bad to ask the it to add the DTD? I was thinking I'd save myself some small

Re: application.cfm vs. cfinclude

2002-12-11 Thread Aaron Johnson
But if he is already including it at the top of each page, and this is going to continue to be the case, then I do not see any reason why you could not do this. -- I do... inevitably, you'll come to some point in your site where you'll want to output only x number of characters or you just

RE: application.cfm vs. cfinclude

2002-12-11 Thread Lee Fuller
Completely agree.. We've had that issue come up many times. Application.cfm isn't the place to do formatting. | -Original Message- | From: Aaron Johnson [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, December 11, 2002 3:09 PM | To: CF-Talk | Subject: Re: application.cfm vs. cfinclude

RE: application.cfm vs. cfinclude

2002-12-11 Thread CounterCW
times. Application.cfm isn't the place to do formatting. | -Original Message- | From: Aaron Johnson [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, December 11, 2002 3:09 PM | To: CF-Talk | Subject: Re: application.cfm vs. cfinclude | | | But if he is already including it at the top of each

RE: application.cfm vs. cfinclude

2002-12-11 Thread Matt Liotta
Subject: RE: application.cfm vs. cfinclude I can' recall the exact reason either but I have heard also that it is extrememly bad form to use Application.cfm and OnRequestEnd.cfm to do any type of cfincludes ... I got reprimanded in an article I wrote for including header and footer files

RE: application.cfm vs. cfinclude

2002-12-11 Thread Jim Davis
-Original Message- From: Austin Govella [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 5:10 PM To: CF-Talk Subject: application.cfm vs. cfinclude I use includes for the DTD at the top of every page. I was planning on using cfinclude to add the DTDs, but if the

RE: application.cfm?

2002-08-27 Thread Everett, Al
. -Original Message- From: Benoit Martin [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 7:54 PM To: CF-Talk Subject: RE: application.cfm? I don't see the need for an Application.cfm file as being related to the size of the site I don't think either that there is a norm. However

RE: application.cfm?

2002-08-27 Thread Everett, Al
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] The short answer is that it's the same thing as application.cfm with one exception... application.cfm runs BEFORE all other templates but onRequestEnd.cfm runs AFTER all other templates. And, prior to CFMX,

RE: application.cfm?

2002-08-27 Thread Everett, Al
your final processing. -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:13 PM To: CF-Talk Subject: RE: application.cfm? Could you provide an example of why something like that would be used? -Original Message- From

Re: application.cfm?

2002-08-27 Thread Chris Norloff
-- Original Message -- from: Phillip Perry [EMAIL PROTECTED] When is it worth it to make an application.cfm file? Always. CF will search for it, all the way up the directory structure to system root. Yes, system root. It's best to put in an

Re: application.cfm in templates directory?

2002-08-27 Thread Critz
oi Matthieu!! don't believe so.only if they were called from that dir as a normal page... could be wrong.who knows. - Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion Tuesday,

RE: application.cfm in templates directory?

2002-08-27 Thread Craig Thomas
directory. Would that Application.cfm be included at the top of every template CFINCLUDEd from that directory? Yep. -Craig __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Re: application.cfm in templates directory?

2002-08-27 Thread Dave Hannum
No. An Application.cfm template won't be executed against an include if the include is called into a different directory. Because (you might say) an include is actually written into the cf script at the point it is included. It's not executed in the directory it resided. Dave

RE: application.cfm in templates directory?

2002-08-27 Thread todd
Wrong. Try it yourself /Application.cfm /test.cfm -- include test_folder/test.cfm /test_folder/Application.cfm -- Output something here /test_folder/test.cfm -- output something here The only Application.cfm running in this case is the /Application.cfm -- This way, if you had a bunch of

Re: application.cfm in templates directory?

2002-08-27 Thread S . Isaac Dealey
Let's say that I accidentally put an Application.cfm file in my /Templates directory. Would that Application.cfm be included at the top of every template CFINCLUDEd from that directory? No, the application.cfm file only gets prepended to base templates, so you woul have to actually type

Re: application.cfm?

2002-08-26 Thread Matt Robertson
I build one all the time, at least in the root folder of my app. Subfolders may not have their own application.cfm. Also always put in OnRequestEnd.cfm, too. --- Matt Robertson[EMAIL PROTECTED] MSB Designs, Inc., www.mysecretbase.com

RE: application.cfm?

2002-08-26 Thread Benoit Martin
I don't see the need for an Application.cfm file as being related to the size of the site I don't think either that there is a norm. However, I almost always find the use for an Application.cfm file (e.g. for variables that need to be defined for every or almost every page like the datasource

Re: application.cfm?

2002-08-26 Thread Seamus Campbell
I read somewhere that cf searches for an application.cfm file all the way up to the root so it's actually quicker to put in an almost empty application.cfm (I think you need an application name) than no application.cfm At 09:40 am 27/08/2002 , you wrote: Hi, When is it worth it to make an

RE: application.cfm?

2002-08-26 Thread Tony Weeg
pardon the dumb question, but since i have never had any formal cf training, whats an onRequestEnd.cfm file do? tw -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 7:50 PM To: CF-Talk Subject: Re: application.cfm? I build one all

Re: application.cfm?

2002-08-26 Thread Bruce Holm
If you need a crumb trail, putting a Application.cfm in every directory is a slick way to do it, setting a variable containing the hierarchy name (in case you want it to be lest cryptic than the physical directory name). - Original Message - From: Phillip Perry [EMAIL PROTECTED] To:

RE: application.cfm?

2002-08-26 Thread Tony Weeg
yeah, it CANNOT be zero length ;) and how would this moron know that? hee hee, he tried! tw -Original Message- From: Seamus Campbell [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 7:57 PM To: CF-Talk Subject: Re: application.cfm? I read somewhere that cf searches

RE: application.cfm?

2002-08-26 Thread Phillip Perry
What does OnRequertEnd.cfm do? I've never heard of it. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 7:50 PM To: CF-Talk Subject: Re: application.cfm? I build one all the time, at least in the root folder of my app. Subfolders may

Re: application.cfm?

2002-08-26 Thread novakbanda
: Monday, August 26, 2002 4:57 PM Subject: RE: application.cfm? pardon the dumb question, but since i have never had any formal cf training, whats an onRequestEnd.cfm file do? tw -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 7:50 PM

RE: application.cfm?

2002-08-26 Thread Matt Robertson
PROTECTED]] Sent: Monday, August 26, 2002 7:50 PM To: CF-Talk Subject: Re: application.cfm? I build one all the time, at least in the root folder of my app. Subfolders may not have their own application.cfm. Also always put in OnRequestEnd.cfm, too. --- Matt

Re: application.cfm?

2002-08-26 Thread novakbanda
: application.cfm? yeah, it CANNOT be zero length ;) and how would this moron know that? hee hee, he tried! tw -Original Message- From: Seamus Campbell [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 7:57 PM To: CF-Talk Subject: Re: application.cfm? I read somewhere that cf

RE: application.cfm?

2002-08-26 Thread Phillip Perry
Could you provide an example of why something like that would be used? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:06 PM To: CF-Talk Subject: Re: application.cfm? The short answer is that it's the same thing as application.cfm

RE: application.cfm?

2002-08-26 Thread Tony Weeg
would you use it for error trapping, or does that not get ran when an error happens on a page? tw -Original Message- From: Phillip Perry [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:13 PM To: CF-Talk Subject: RE: application.cfm? Could you provide an example of why

RE: application.cfm?

2002-08-26 Thread Matt Robertson
: Monday, August 26, 2002 8:13 PM To: CF-Talk Subject: RE: application.cfm? Could you provide an example of why something like that would be used? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:06 PM To: CF-Talk Subject: Re

RE: application.cfm?

2002-08-26 Thread Phillip Perry
Can you tell me what version of CF the onRequestEnd.cfm file was implimented? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:26 PM To: CF-Talk Subject: RE: application.cfm? I use it to chuck some debugging info onto a page sometimes

RE: application.cfm?

2002-08-26 Thread Tony Weeg
]] Sent: Monday, August 26, 2002 8:30 PM To: CF-Talk Subject: RE: application.cfm? Can you tell me what version of CF the onRequestEnd.cfm file was implimented? -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:26 PM To: CF-Talk Subject: RE

RE: application.cfm?

2002-08-26 Thread Matt Robertson
-Talk Subject: RE: application.cfm? I use it to chuck some debugging info onto a page sometimes. Not much else, personally. --- Matt Robertson[EMAIL PROTECTED] MSB Designs, Inc., www.mysecretbase.com

<    1   2   3   4   5   >