Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.9-core, 1.2.9-core
-
None
Description
Currently the range validators want that the passed in value is instanceOf java.lang.Number. However, not all "number" implement that type.
To be more nice to non java_lang_Number Numbers... we should try to parse the string representation (bogusNumber.toString()).