Hi,

This is a known bug. See 
http://code.google.com/p/google-web-toolkit/issues/detail?id=4368
for more details and workarounds.

-Tomas

On Feb 5, 4:43 am, Tercio <[email protected]> wrote:
> Hi!
>
> I have aNumberFormatwith 8 decimal places, that the code:
>
>                NumberFormatformat =NumberFormat.getFormat("#,##0.00000000");
>                 System.out.println(format.format(1234.5678d));
>
> When I run, it prints: "1,234.7852517"
>
> But should print: "1,234.56780000"
>
> If I reduce the zeros to 6, it works("1,234.567800")
>
> Is this a bug or I'm doing something wrong?
>
> Thanks.

-- 
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