Struts is likely using a NumberConverter that's locale aware and since
you're using a French locale (I'm assuming from your e-mail address),
it expects a comma in the format. You should be able to override this
behavior by providing a custom converter the particular type.
http://cwiki.apache.org
Hi appfusers,
I've an issue with Struts 2 DoubleRangeFieldValidator :
when i submit my form with a x,xx value it works but not with x.xx.
How can i do to allow x.xx value ?
Write a custom validator ?
Validate using regular expression ?
Thanks for your help,
-- BenoƮt.