John

CF will just process the application.cfm of the original file not from
any directory where the included file comes from (if different from
the calling file)

e.g.

/dir1/

/dir1/dir2

- both dir1 and dir2 have their own application.cfm

If you have a file in dir1 and this includes a file in dir2, even
though dir2 has an application.cfm, the application.cfm will be called
from the directory of the original calling file e.g. dir1

Hope that helps and makes sense


On 11/9/06, John Cox <[EMAIL PROTECTED]> wrote:
> Thanks Mike and Rich!
>
> On 11/9/06, Dawson, Michael <[EMAIL PROTECTED]> wrote:
> >
> > Application.cfm is called once per request.  CFINCLUDE is not considered
> > to be a request.
> >
> > However, the easiest way to test it is to add a CFMAIL or CFLOG tag to
> > the application.cfm file and then try it on an included file.
> >
> > M!ke
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259759
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to