Hi,

I'm trying to use CFWDDX in CF 5 to save _javascript_ data in a database and
restore it back to _javascript_.

First I discoverd that the _javascript_ function serialize() converts everything to
lower case by default. Why? If I wanted to convert to lower case, I could do it
myself.
Then I saw in the code two undocumented properties: preserveVarCase and
preserveFieldCase that must be set to true in order to prevent the conversion.
I finally get the correct packets in my database.
But now I see that when I convert back to _javascript_ through <CFWDDX everything
in converted again to lowercas.
This is kind of ridiculous since _javascript_ is case sensitive. What's the big
idea behind that?
I cannot see the code inside <CFWDDX and there seem to be no "preserveCase"
attribute.

Can someone help ?

Thanks.

_______________________________________
See some cool custom tags here:
http://www.contentbox.com/claude/customtags/tagstore.cfm
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to