__hold on a moment chaps__ Application.cfc/.cfm is executed ___BEFORE___ any other template file.
CFINCLUDE processing is not quite what Alan Holden wrote, but its close enough. The point is, that they are treated as a separate "chunks" of CFML code. They have no relationship to one another, and if one has an error in it, then that doesn't necessarily effect the whole page processing (try/catch).
But they are not magical. They will not stop the processing of the standard Application.cfX mechanism.
Skellington wrote:
Thanks, this helps a lot. I knew the CFINCLUDE tag was one of the first things called I just always assumed that Application.cfm/cfc was always before it.
-- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !! To unsubscribe, reply using "remove me" as the subject.
