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#">
-----Original Message-----
From: David K. McCutcheon [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2003 4:42 PM
Ok, this method:
<cfsnip />
When called by this test code...
<cfsnip>
...results in an output of the cfdump that has the newThingUUID listed
TWICE???? Quite literally, it looks like this:
-------------------------
THING_blahblahblah THING_blahblahblah
-------------------------
But, why is the return variable listed twice when I dump it?
----------------------------------------------------------
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]