Correct. If there is, I'd say you found a bug. ======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Marc Straka [mailto:[EMAIL PROTECTED] > Sent: Monday, July 14, 2003 12:33 PM > To: Spectra-Talk > Subject: Re: CFMODULE and _contentObjectCopy_resolveOwnerIDs.cfm > > > So there really shouldn't be any difference between these two > sets of code: > -------------------------------------------------------------- > --------------------- > Case 1: > --------- > <cfset stObjectCopy = duplicate(stObject)> > > <cfmodule > template="_contentobjectcopy_resolveownerids.cfm" > stObject="#stObjectCopy#" > ownerID="#attributes.copyObjectID#" > dataSource="#attributes.dataSource#" > > > > -------------------------------------------------------------- > --------------------- > Case 2: > ---------- > > <cfset stObjectCopy = duplicate(stObject)> > > <cfset temp = StructNew()> > <cfset temp.stObject=#stObjectCopy#> > > <cfmodule > template="_contentobjectcopy_resolveownerids.cfm" > attributeCollection=#temp# > ownerID="#attributes.copyObjectID#" > dataSource="#attributes.dataSource#" > > > -------------------------------------------------------------- > ---------------------------- > [EMAIL PROTECTED] writes: > >Again, in CF, you cannot do: > > > > <cf_foo > > <cfif somecondition>x=1</cfif> > > > > > > >So, attributeCollection allows you to dynamically pass crap to tags. > > > ===================== > Marc Straka > Web Applications Engineer > Nolo > (510) 704-2226 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
