I was hoping to get some help on Extending Application.cfc's to subfolders.  We 
have researched and seen this has been discussed in great length, but have yet 
to find a solution that works.

Many are the same type of idea, but here's one from Adobe
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=9ce734f4

We downloaded the source files and here's where the root folder seems to be an 
issue.  OUr whole application is at a coule folders down, meaning:

wwwroot/testfolder/user/username/OurApplication/

We also have our subfolders something like this:

wwwroot/testfolder/user/username/OurApplication/subfolder1/subfolder2/

We have our "root" Application.cfc at the "OurApplication" folder. and then we 
have our mini Application, with its own Application.cfc at the subfolder2 
level.  

When we try to use <cfcomponent extends. . . > it can't find the "root" 
Application.cfc.  Of course if we COULD move our root folder to the 'wwwroot' 
it works fine.  Unfortunately that is not an option.  

We really can't hardcode the path either, because of the various instances we 
have of this for development (several developers), our validation, testing, 
etc.  That is also the same reason mapping isn't a feasible solution.  

Is there any other way we can extend the "root" Application.cfc to the 
subfolders under the current structure?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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

Reply via email to