float ( 0.8 and 0.9 ) struts validator problem

2003-10-12 Thread flavio mendes rabelo
Hi, I have the following problem. I need validate the type float. when i type values equal the 0.8 or 0.9 these values are not considered float number; but if I type y.8 or y.9 ( y 0 ) or only .8 or .9 the validation is ok, the problem is whe I use the format x.8 or x.9 ( x = 0 ). My struts

Re: float ( 0.8 and 0.9 ) struts validator problem

2003-10-12 Thread Robert Leland
flavio mendes rabelo wrote: Hi, I have the following problem. I need validate the type float. when i type values equal the 0.8 or 0.9 these values are not considered float number; but if I type y.8 or y.9 ( y 0 ) or only .8 or .9 the validation is ok, the problem is whe I use the format x.8