Datepicker does not render the date correctly if startDate and endDate if
provided and value is not set.
---------------------------------------------------------------------------------------------------------
Key: WW-2032
URL: https://issues.apache.org/struts/browse/WW-2032
Project: Struts 2
Issue Type: Bug
Components: Views
Affects Versions: 2.0.8
Reporter: Herak
consider the following snippet:
1) Snippet : <s:datetimepicker name="quiz.date" label="Date"
startDate="2007-07-01" endDate="2007-09-01"/>
Description :This popups the calendar correctly , but on selecting any
date the text box associated is not refreshed with the selected date.This
does not happen when value is provided (value="2007-07-07")
Also when a non date value is entered , NaN/NaN/aN is displayed on both the
text box and the calendar after the form is submitted for validation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.