It works either way.  I have my components exactly the way as described
below and they are still visible to the component viewer.  Once they are
under a custom tag mapping, CF will find the CFC and allow you to view
them in the component browser.

If that is what you have and are still having problems, then it's
baffling to me. 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan F. Hogan
Sent: Friday, January 09, 2004 12:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Invoking Components

I'm not looking to init it. I want to view it in the component browser.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dawson, Michael
Sent: Friday, January 09, 2004 1:33 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Invoking Components


If you have a folder outside the web root and you have a CF Custom Tag
path that points to this same folder, you only need to specify CFC name.
You don't need to put the "path" to the CFC sincs it's already in the
mapping.

For example:

C:\Inetpub\MySite\WWWRoot\  <-- Web Root mapped here
C:\Inetpub\MySite\Extensions\Components  <--CF Custom Tag Path mapped
here C:\Inetpub\MySite\Extensions\Components\MyCFC.cfc

You only need to use: CreateObject("component", "MyCFC") to instantiate
this component.

Thanks
M!ke


----------------------------------------------------------
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]
----------------------------------------------------------
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