Michael, what is the purpose of the "applybeta.evansville.edu" folder?
I think you might have problems if you have periods in your mapping names. Traditionally, I would create a single folder that ALL components will be in. Let's say E:\WebSites\CFCs\ Then I create create a mapping called "/CFCs" that points to E:\WebSites\CFCs\ Then I put in the rest of the folders in reverse domain name format like so: E:\WebSites\CFCs\edu\evansville\applybeta\Registration\ Assuming you had a component called registerOnline.cfc in your Registration folder, you would reference it in create object as CFCs.edu.evansville.applybeta.Registration.registerOnline Alternatively, if E:\WebSites\ was your web root, you could omit the mapping and CFCs folder and simply reference your component as edu.evansville.applybeta.Registration.registerOnline. I prefer to have a cfc folder outside of my webroot that all my apps can access via a mapping. ~Brad -------- Original Message -------- Subject: RE: CF8 Uses Incorrect Component Path From: "Dawson, Michael" <[email protected]> Date: Wed, June 24, 2009 4:10 pm To: cf-talk <[email protected]> Alright gentlemen, I think I have it figured out now. I do remember that CF looks in custom tag paths, but that was when I was using components with application.cfm and my legacy code. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:323901 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

