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/cf-talk@houseoffusion.com/
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