DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39139>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39139





------- Additional Comments From [EMAIL PROTECTED]  2006-03-29 19:48 -------
Looks like a Commons Validator issue (assuming you mean the Java validation 
rather than the JavaScript 
one).

I presume FieldChecks is the class that takes care of this in Struts, it points 
to formatFloat(String) in 
Validator's GenericTypeValidator. This calls new Float, which I'm pretty sure 
is not i18nised.

Instead the FieldChecks class should be doing Locale stuff for each number type 
and passing it in to 
methods of the type of formatFloat(String, Locale).

If this sounds good, I'll happily supply a patch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to