Thanks Ray. That worked. The only problem now is I don't understand why. Anyone care to fill me in on why this little shuffle around of code prevented the double execution.
Thanks again, ColdFused >Remove the cfparam and move the cf_associate to the end portion of >child. Here is my child.cfm: > > ><cfset LocalContent = ThisTag.GeneratedContent> ><cfset ThisTag.GeneratedContent = ""> > ><cfswitch expression="#ThisTag.ExecutionMode#"> > ><cfcase value="Start"> > ><cfif NOT ThisTag.HasEndTag> > <cfabort showerror="This tag requires a closing tag"> ></cfif> > ></cfcase> > ><cfcase value="End"> > ><cfassociate baseTag="cf_parent"> > > ><!--- TAKE TEXT BETWEEN THE TAGS AND PUT IT INTO A DIV STORED AS AN >ATTRIBUTE VARIABLE ---> ><cfsavecontent variable="Attributes.childData"> > <div> > <cfoutput> > #LocalContent# > </cfoutput> > </div> ></cfsavecontent> > > ></cfcase> ></cfswitch> > >On Thu, Dec 11, 2008 at 6:09 PM, Dave Watts <[email protected]> wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316685 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

