> I have an application.cfc in my root folder that defines my app. I also have 
> a subfolder that has it's own app.cfc which
> extends the original app through the ApplicationProxy.cfc method. Basically 
> this is being done to have a different
> OnRequestStart method.
>
> The way I thought I understood this was when a file in the subfolder is 
> accessed, all the methods that aren't in the
> subfolder app.cfc would be executed from the root version. Is this incorrect, 
> because it doesn't seem like my
> OnApplicationStart is run.

The methods in the parent should execute if they're not overridden in
the child, so it sounds like you have some other problem there.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344489
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to