> What I found was that the CFModule tags I have that do not rely on a
> closing tag are being executed twice when I close the tag.

That's correct. You'll need to modify those tags so they only execute once.
You can do that by wrapping their contents within a CFIF:

<cfif ThisTag.ExecutionMode IS "START">

</cfif>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
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