If you can create a one page test script, I can verify it and enter a
bug here. We've found a few issues w/ WDDX that are being fixed (or will
be fixed) in future updaters.

=======================================================================
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 2:48 PM
> To: CF-Talk
> Subject: WDDX / Missing Struct Keys & CFMX
> 
> 
> Hello,
> I have a structure that I am converting to WDDX and then 
> storing in a DB.
> Upon retrieving it, the structure is missing several keys. I 
> ran this test:
> 
> <!--- I start with a structure containing approx 20 key's --->
> <cfdump var="#cleanFieldStruct#">
> 
> <!--- convert the cleanfieldStruct into a WDDX packet for insertion 
> into  the DB --->
> <cfwddx action="cfml2wddx" input="#cleanFieldStruct#" 
> output="WddxData">
> 
> <!--- convert it back for testing --->
> <cfwddx action="wddx2cfml" input="#WddxData#" 
> output="newCleanfieldstruct">
> 
> <cfdump var="#newcleanFieldStruct#">
> 
> And this results in a struct with about 50% less keys that 
> the original?! I
> can not see any commonalities between the missing struct 
> keys. Its seems to
> skip 1 and then 2 at a time.
> 
> One other thing I just noticed is that the resulting WDDX Structure
> contains a max of 10 struct keys. Each time I refresh the page, the
> resulting WDDX structure has a max of ten, apparently random 
> keys from the
> original struct.
> 
> Anybody familiar with this?
> 
> Brook Davies
> 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
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

Reply via email to