Jared,

Call it in the form:

<cfmodule template="/tags/mytag.cfm"> something </cfmodule>

Thanks,
David Sparkman


-----Original Message-----
From: Jared Clinton [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 10, 2000 10:35 PM
To: [EMAIL PROTECTED]
Subject: Cfmodule and execution mode end.


Hi everyone,

I'm wondering, if I use cfmodule instead of the shorthand customtag call ..
how do I duplicate the
ThisTag.ExecutionMode is "END" situation.

For instance:
<cf_mytag> something </cf_mytag>
works.

and

<cfmodule template = '/tags/cf_mytag.cfm'> something </cfmodule template =
'/tags/cf_mytag.cfm'>
doesn't seem to work.

although
<cfmodule template = '/tags/cf_mytag.cfm' />
somehow seems to run the tag twice one executionmode (start and end) each
time.  in exactly the same tickcount.
(How is it so?)

The question is, how can I use cfmodule with tags that rely upon the
execution modes?

Thank you in advance, Jared Clinton.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to