*Caused by: java.lang.IllegalArgumentException: Multiple decimal
separators in pattern "#,##.0.00"; *
at
com.google.gwt.i18n.client.NumberFormat.parseTrunk(NumberFormat.java:
1564)
at
com.google.gwt.i18n.client.NumberFormat.parsePattern(NumberFormat.java:
1501)
at com.google.gwt.i18n.client.NumberFormat.<init>
(NumberFormat.java:774)
at com.google.gwt.i18n.client.NumberFormat.<init>
(NumberFormat.java:790)
at
com.google.gwt.i18n.client.NumberFormat.getFormat(NumberFormat.java:
422)
at
com.google.gwt.sample.stockwatchers.client.StockWatchers.updateTable(
StockWatchers.java:
206)
Your format string is incorrect. As the exceptions say you can not have two
dots (decimal separator) in the format String. Fix it and it should work.
-- J.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/zv-67u_MgyUJ.
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.