Re: [appfuse-user] Struts2 double validator

2007-06-08 Thread Matt Raible
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

[appfuse-user] Struts2 double validator

2007-06-08 Thread benoit moraillon
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.