Hello again,

Anybody who (briefly) wondered how to solve this problem you dont need to include the 
template parameter in the second <cfmodule> call...

so... the correct method is <cfmodule template = 'blah.cfm'> something </cfmodule>

makes sense really doesn't it.

Jared Clinton.

Jared Clinton wrote:

> 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