Here is the information I have for the bug: Customer reported an issue where a WDDX packet was missing data. Their code was using structCopy(form) to copy form data to a structure. If the structure was dumped, everything looked cool. If that structure was converted to wddx, some of the keys ended up ... missing. I did a test with a non-special structure and I couldn't reproduce. I could only reproduce it when using Form. (I also instructed the customer to use duplicate, which fixed the problem for them.)
I'd give you the bug #, but I don't think it would help. :) ======================================================================= Raymond Camden, ColdFusion Jedi Master for Hire Email : [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Brook Davies [mailto:brook@;maracasmedia.com] > Sent: Monday, November 11, 2002 5:11 PM > To: CF-Talk > Subject: RE: WDDX / Missing Struct Keys & CFMX > > > What is the bug exactly? Is it only caused when serializing the form > struct, and not other types of structs? Thats what it would > appear to be. I > tried to populate a struct with 20 keys via a cfloop. This struct > serialized and de serialized fine. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

