Thanks Eric... it was our cfmodule that was outputting when it shouldn't, hence the duplication.
- David -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davis, Eric Sent: Wednesday, November 19, 2003 3:26 PM To: '[EMAIL PROTECTED]' Subject: RE: [CFCDev] why does my method seem to duplicate/double the retu rn variable? What does this code give you? <cfscript> variables.Thing = createObject("component","myPath/thing"); variables.thingName = "New Thing Test"; variables.theNewThing = variables.Thing.createThing(variables.thingName); </cfscript> <cfdump var="#variables.theNewThing#"> <cfmodule template="myPath/newkey.cfm" type="THING" output="no"> <cfdump var="#variables.newkey#"> ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
