Remember that CF will look in a subfolder and cf mappings. So from where you have this call, is appName a subfolder? Ie,
/test.cfm /appName/roleHandlers.cfc or is it available via mapping? On Nov 18, 2007 7:30 AM, Richard White <[EMAIL PROTECTED]> wrote: > Hi, > > I am using a function in a component fine on my test server but when i upload > it to my website it says that it cant find the component. this is the code i > am using to try to reference it: > > <cfinvoke > component="appName.roleHandlers" > method="checkRole"> > </cfinvoke> > > it says it cant find component appName.roleHandlers > > thanks for your help > > richard > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293558 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

