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]

Reply via email to