Done. PIVOT-681.
Dirk.
Greg Brown <[email protected]> wrote:
Cool - can you submit it via a JIRA ticket? Thanks.
G
On Dec 3, 2010, at 1:06 PM, Dirk Möbius wrote:
Ok, here it it.
The CurrencyValidator is a little bit complicated, because if I'd
use a plain NumberFormat, it would accept number input with
trailing text, e.g. "30.30foo". Therefore I used
parse(String,ParsePosition) which checks the parse position for
trailing text explicitly.
I wrote:
Greg Brown <[email protected]> wrote:
Yeah, this is a known issue. That demo isn't fully localized. You
are more than welcome to update it to support localized currency
formats if you like.
I'll have a look at it.
Whoops. Fixed - thanks.
Whoa, fast! Thanks! :)
Dirk.