<cfobject name="toTime" component="cfc.secondsToTime"> should work as well if it's under web root and 'cfc' is mapped (or '/' is defined). However, I think the general opinion is that '/' shouldn't be used in CFCs, but I guess that's a style opinion.
~Todd At 04:27 PM 8/4/2003, you wrote: >so then, does my way make sense? > >here is what works... > ><cfobject name="toTime" component="/cfc/secondsToTime"> > >and that is because, the page that is calling this, is in the main >web root, and cfc is a dir under the main root.... > >tony weeg >uncertified advanced cold fusion developer >tony at navtrak dot net >www.navtrak.net >office 410.548.2337 >fax 410.860.2337 > > >-----Original Message----- >From: Raymond Camden [mailto:[EMAIL PROTECTED] >Sent: Monday, August 04, 2003 4:08 PM >To: CF-Talk >Subject: RE: cfc path question > > >For cases where you have 99% of your CFCs under a non-web-accessible >root and need one or two methods exposed, consider using a proxy cfc - a >cfc whose sole purpose is to route calls to the CFCs not under web >roots. I _belive_ Sean Corfield has an article on this method on >macromedia.com. > >======================================================================== >=== >Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc >(www.mindseye.com) >Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) > >Email : [EMAIL PROTECTED] >Blog : www.camdenfamily.com/morpheus/blog >Yahoo IM : morpheus > >"My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 04, 2003 2:02 PM > > To: CF-Talk > > Subject: RE: cfc path question > > > > > > they can also be stored under cfusionx/customtags. This > > makes them global to the server and not in your web root. > > IIRC , these can't be called as webservices though. Is this > > the case? I ran into this when playing with Flash and remoting stuff. > > > > Doug > > > > >-----Original Message----- > > >From: Raymond Camden [mailto:[EMAIL PROTECTED] > > >Sent: Monday, August 04, 2003 3:33 PM > > >To: CF-Talk > > >Subject: RE: cfc path question > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

