tr:convertDateTime error handling can be improved to distinguish invalid date
from invalid date format
------------------------------------------------------------------------------------------------------
Key: TRINIDAD-1634
URL: https://issues.apache.org/jira/browse/TRINIDAD-1634
Project: MyFaces Trinidad
Issue Type: Improvement
Components: Components
Affects Versions: 1.2.12-core
Reporter: Yee-Wah Lee
Priority: Minor
1. Run the inputDate demo
http://www.irian.at/trinidad-demo/faces/components/inputDate.jspx
2. On the top inputDate, type in a non-existing date, e.g. 2/29/2009 and click
the Submit button.
3. Error message returned is:
Enter a date in the same format as this example: 11/29/1998
The date is actually in a valid format, so this is to see if the error handling
can distinguish the invalid format case from the invalid date case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.