Re: Problem with floatRange in Struts Validator

2006-07-15 Thread Niall Pemberton
The struts-examples webapp has a floatRange example and I just tried it using Struts 1.2.9 and it worked fine (tests for the range -2.17 to 3.14) What version of Struts and Commons Valdiator are you using? Also try changing the minimum value to "0.01" - I think putting additional leading zeros m

Problem with floatRange in Struts Validator

2006-07-15 Thread Marcelo V. F. Menezes
Hi people, I´m newbie in Struts World... I´m trying to configure the Struts validator.xml with floatRange argument but it don´t work correctly. The validator doesn´t check the decimal value of the 'min' and 'max' values: