Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.1.5-SNAPSHOT
-
None
-
JBoss, XP, IE/FireFox
Description
<h:form>
<t:inputDate value="#
" type="both" popupCalendar="true"/>
...
</h:form>
If all fields for the date is blank, I got Validation Error (invalid date). So it can not be null.
The date is not required, and it should be allowed to be null.