Yes, </cfmodule> does work. I store all of my
customtags in a commonfiles/customtags dir so that the
apps I build are not depedant on the host and can be
ported pretty easily.

So, in my index.cfm files, I use

<cfmodule
template="#request.section.includepath##application.site.commonfiles.customtags#stripwhitespace.cfm">
 <cfmodule
template="#request.section.includepath##application.site.commonfiles.customtags#bodycontent.cfm">
  blah blah blah
 </cfmodule>
</cfmodule>

I seem to remember though that there was some way to
tell CF where you store custom tags so that you could
still use the CF_ format when calling them. Does
anyone know if this is true?

Nate
www.iaffectTV.com


--- BORKMAN Lee <[EMAIL PROTECTED]> wrote:
>  
> 
> -----Original Message-----
> From: BORKMAN Lee
> To: 'Emilio '
> Sent: 3/17/01 9:29 AM
> Subject: RE: RE: Common Code Mapping
> 
> Oh, no, please Emilio.  I was just being stupid.  In
> fact, you were
> addressing a point that I hadn't even noticed, ie
> that CF_BodyContent
> requires a CLOSING tag.  That means that my CFMODULE
> suggestion mightn't
> be so smart after all.  Please accept my apologies. 
> By Friday
> afternoon, my sense of judgement is obviously
> beginning to fail me.
> 
> Further to the mapping question, have you seen
> Craig's idea about a
> closing </CFMODULE>?  I've never seen it before, but
> it could make life
> a little easier.
> 
> Please, I'm sorry about my outburst.  It was just
> silliness, not
> intended with any malice.
> 
> Keep on posting...
> Lee.
> 
> -----Original Message-----
> From: Emilio
> 
> Gee thanks Lee, now I feel really great about
> posting my ideas here.  I
> guess I'll just leave all the real thinking up to
> you, as I wouldn't
> want to
> waste anyones time, especially yours.
> ....
> 
> 
> IMPORTANT NOTICE:
> This e-mail and any attachment to it is intended
> only to be read or used by
> the named addressee.  It is confidential and may
> contain legally privileged
> information.  No confidentiality or privilege is
> waived or lost by any
> mistaken transmission to you.  If you receive this
> e-mail in error, please
> immediately delete it from your system and notify
> the sender.  You must not
> disclose, copy or use any part of this e-mail if you
> are not the intended
> recipient.  The RTA is not responsible for any
> unauthorised alterations to
> this e-mail or attachment to it.  
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to