Double/Long Range Validators require value is instanceof java_lang_Number
--------------------------------------------------------------------------
Key: TRINIDAD-1227
URL: https://issues.apache.org/jira/browse/TRINIDAD-1227
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.9-core, 1.0.9-core
Reporter: Matthias Weßendorf
Assignee: Matthias Weßendorf
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()).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.