I think he's got the output tag in there to dereference "instance.in"

<cfwddx action="WDDX2CFML" input="#instance.in#" output="instance.out">

I've always found the way the input and output parameters work on the cfwddx tag to be a little odd.
Using a loop and doing it like this:

<cfwddx action="WDDX2CFML" input="<cfoutput>#instance.in#</cfoutput>" 
output="instance.out">

(would that work?)looks a little odd too.

???
you're not actually outputting anything in that function. I see a lot
of people mis-use cfoutput this way causing the code to be just that
little bit more unclear when it's not necessary.






----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at 
www.mail-archive.com/[email protected]


Reply via email to