RE: CFC Path question

2005-01-28 Thread John Stanley
D'oh! Thanks Kam -Original Message- From: Figy, Kam [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 2:52 PM To: CF-Talk Subject: RE: CFC Path question Unless c:\ is a cf mapping in the administrator, that won't work. You need a web-root relative pathing, or

RE: CFC Path question

2005-01-28 Thread Figy, Kam
Unless c:\ is a cf mapping in the administrator, that won't work. You need a web-root relative pathing, or a mapping-relative path. Hth Kam -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 11:49 AM To: CF-Talk Subject: CFC Path question Rea

RE: cfc path question

2003-08-14 Thread Tony Weeg
lto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 6:30 PM To: CF-Talk Subject: Re: cfc path question Well mappings are another solution, but I've been thinking a good idea would be to allow a directory specified in a cfimport statement to be searched for cfc's as well. cfimport woul

Re: cfc path question

2003-08-04 Thread jonhall
EMAIL PROTECTED] DSJA> Sent: Monday, August 04, 2003 5:53 PM DSJA> To: CF-Talk DSJA> Subject: Re: cfc path question DSJA> On Monday, Aug 4, 2003, at 13:50 US/Pacific, Tony Weeg wrote: >> just making sure slash syntax would be ok 1 year from now >> since it worked today. D

RE: cfc path question

2003-08-04 Thread DURETTE, STEVEN J (AIT)
;deep" into the directory structure the current page is. Steve -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 5:53 PM To: CF-Talk Subject: Re: cfc path question On Monday, Aug 4, 2003, at 13:50 US/Pacific, Tony Weeg wrote: > just making

Re: cfc path question

2003-08-04 Thread Sean A Corfield
On Monday, Aug 4, 2003, at 13:50 US/Pacific, Tony Weeg wrote: > just making sure slash syntax would be ok 1 year from now > since it worked today. I *hate* the '/' syntax and would certainly considering campaigning to have it removed from CFMX... ;) Sean A Corfield -- http://www.corfield.org/blo

RE: cfc path question

2003-08-04 Thread Tony Weeg
ffice 410.548.2337 fax 410.860.2337 -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:34 PM To: CF-Talk Subject: RE: cfc path question Not sure what you mean by, does my way make sense. Slash synax does work, unless you do ../. I tend to a

RE: cfc path question

2003-08-04 Thread Todd
gt;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 C

RE: cfc path question

2003-08-04 Thread Raymond Camden
OTECTED] > Sent: Monday, August 04, 2003 2:27 PM > To: CF-Talk > Subject: RE: cfc path question > > > so then, does my way make sense? > > here is what works... > > > > and that is because, the page that is calling this, is in the &

RE: cfc path question

2003-08-04 Thread Tony Weeg
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

RE: cfc path question

2003-08-04 Thread Raymond Camden
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

RE: cfc path question

2003-08-04 Thread Douglas.Knudsen
-- >From: Raymond Camden [mailto:[EMAIL PROTECTED] >Sent: Monday, August 04, 2003 3:33 PM >To: CF-Talk >Subject: RE: cfc path question > > >Simply use a mapping. A typical web app folder could look like so > >root >root/www >root/includes >root/tags >root/cfcs > >

RE: cfc path question

2003-08-04 Thread Raymond Camden
Simply use a mapping. A typical web app folder could look like so root root/www root/includes root/tags root/cfcs If "foobar" was mapped to root, your cfcs could then be called as foobar.cfcs.nameofcfc. === Raymond Camden,

RE: cfc path question

2003-08-04 Thread Tony Weeg
scratch that...i got it! :) ---^^^ that did it tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Origin

Re: cfc path question

2003-08-04 Thread Dave Carabetta
>If I make a cfc, and call it from the same dir that my calling page >resides, I don't have >to worry about "path" at all. what do I do, if I want to create a "cfc" >directory where >all my cfc's reside, and call them from all over my webroot? > Use dot-notation from the webroot: foo = create