MN schrieb:
> the same problems i have with large double values:
> new Double(600702589).toString()
> => GWTShell: "6.00702589E8"
> => all other browsers: "600702589"

is that a problem? The GWTShell is used for development and
the differents results from the fact that the GWTShell is
actually executing Java-code where the browsers work with
the created Javascript.

What happens if you use NumberFormat?


Reagrds, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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