Łucaz, On Jan 18, 2013, at 16:00, Lukasz Lenart <[email protected]> wrote:
> 2013/1/18 Christopher Schultz <[email protected]>: >> The method validateDouble() totally ignores the user's Locale and >> calls commons-validator's formatDouble(String) method instead of the >> formatDouble(String,Locale) method. >> >> The same seems to be true for all the validate[NumberType] methods and >> validate[NumberType]Range methods. >> >> This seems to be an i18n bug to me. Am I missing something? > > Looks like... Thanks for the sanity check. It's a simple patch, one that I am more than willing to provide. Honestly, I'm shocked that struts 1, which is at least 10 years old, still has a glaring internationalization bug like this. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

