Newman, John W wrote: > Stripes simply uses NumberFormat under the hood, that is where this > behavior is coming from. So it's either a jdk bug or not a bug at > all.
It is not a bug, it's people who don't respect the standards. It's the same with the french locale which can't be used to parse floats. Who in france uses the coma as decimal separator ?? Nobody. This makes BigDecimal, Float, Double converters impossible to use as is. Could be usefull to have an alternative locale to parse numbers when the default fails. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
