are there other files in that directory? if not (or if the other files meet
the same criteria and shouldn't invoke the Application.cfm), you can put an
Application.cfm in that directory. CF will 'execute' that one and not the
'parent' one.
Or (and this is a little fuglier), you can put conditional logic in the
'main' Application.cfm to not run if the requested template is "foo.cfm".
<cfapplication ... />
<cfif cgi.script_name is not "foo.cfm">
do application stuff here
</cfif>
On Tue, Sep 23, 2008 at 3:01 PM, Philip Kaplan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Anyone know if there's a way to stop a specific cfm/cfc page from loading
> Application.cfm and OnRequestEnd.cfm?
>
> The cfm is in a regular directory in the web root and I'd prefer to not
> mess
> with the directory structure or cfadmin custom tag paths.
>
> If you know of a way to do this, let me know. Thanks!
>
> Philip
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312994
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4