Thanks for the responses.  I've set up a cfimport tag that points to a
specific directory.  Will it look in subfolders for cfm files, or simply
stop at the designated folder?  

So, I have a directory structure that contains many folders and sub
folders.  I would like to have a single <cfimport> to the root folder
but still be able to access files from sub folders.  Is this possible?

Thanks -
 
Tom Schreck
817-252-4900
[EMAIL PROTECTED]
 
I have not failed.  I've found 10,000 ways that won't work.
 
- Thomas Edison
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Barney Boisvert
Sent: Friday, August 06, 2004 11:59 AM
To: [EMAIL PROTECTED]
Subject: Re: [CFCDev] cfimport vs cfmodule

You're right, when you use TEMPLATE syntax you can use mappings,
exactly like CFINCLUDE.  Apologies for the oversight, been so long
since I've used CFMODULE at all.  la la la, I love Fridays, la la la.

cheers,
barneyb

On Fri, 06 Aug 2004 12:55:15 -0500, Raymond Camden
<[EMAIL PROTECTED]> wrote:
> cfmodule also allows you to use to multiple versions of a tag - just
use
> it with mappings. cf_foo however doesn't.
> 
> Barney Boisvert wrote:
> 
> > To build on what Ray said...
> >
> > Assuming a file named myTag.cfm in the same directory, all four of
> > these are identical in functionality; they differ only in syntax:
> >
> > <cfimport prefix="t" taglib="." />
> > <t:myTag ... />
> >
> > <cfmodule template="myTag.cfm" ... />
> >
> > <cfmodule name="myTag" ... />
> >
> > <cf_myTag ... />
----------------------------------------------------------
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