>> extends="/.baseapp" > > I haven't actually seen a forward slash used in any component paths, I > don't believe it is allowed. It should be a dot delimited path from > the webroot, so if your baseapp.cfc is in the directory blog under the > webroot, it should be referred to as blog.baseapp
It's allowed and from what I know its the only way to reference a cfc sitting in the web root. My example had the baseapp.cfc sitting in the web root, not in a subdirectory. > However, this second part is where Dependency Injection frameworks come in. I'm updating my "From UDFs to CFCs" article to CF9 for the book and it deals with the core concepts. No frameworks (yet). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331153 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

