> >Remember that CF caches its references.  So if you called just
> >"bar" then CF caches the location of that.  If you try to call
> >a different "bar" then you'll get the first one, not the "closest" one.
>
> Only if there isn't a component called bar.cfc in the directory of the
> calling template. That's always the first place it looks.
>
Does CF looks there even if already "discovered" bar.cfc? Doesn't it cache
the reference to bar.cfc and keep reusing it?

I sincerely would love to get some feedback on this, thanks.



> I have used this approach pretty extensively on some projects and have
found
> very few limitations or problems.

I am playing more or less with the same idea, since it looks like the safer
option I have on a shared box.

I just can't figure out a decent solution for single CFCs, like the ones
available from cfczone.org...

Massimo


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to