Amazing but true: only a hanful of all possible float values will be
serialized correctly on the server end of GWT RPC.

Examples:

28.4 => 28.399999618530273
28.5 => 28.5
28.6 => 28.600000381469727
28.7 => 28.700000762939453
28.9 => 28.899999618530273

Fortunately this should be easy to fix.

See my bug report for more info:

http://code.google.com/p/google-web-toolkit/issues/detail?id=2897
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to