[
https://issues.apache.org/struts/browse/WW-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43365#action_43365
]
Kate commented on WW-1997:
--------------------------
There is another similar problem with the date picker.
1. Hold down a mouse button and select multiple dates (holding down the mouse
button over multiple dates and releasing once multiple dates are selected).
2. "NaN/NaN/NaN" shows up in the text field
> DateTimePicker won't work if Year is 0000
> -----------------------------------------
>
> Key: WW-1997
> URL: https://issues.apache.org/struts/browse/WW-1997
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Dojo Tags
> Affects Versions: 2.0.9
> Environment: Windows XP, Tomcat 5.5, JDK 6 compiling at 5.0
> Browser is Firefox 2.0.0.4.
> Reporter: Victor Neo
> Fix For: Future
>
>
> DateTimePicker will not work if the user manually specifies the Year as 0000.
> Below is my <s:form> containing the DateTimePicker tag:
> <s:form method="post">
> <s:datetimepicker name="date" label="Delivery Date"
> displayFormat="dd/MM/yyyy" />
> <s:submit/>
> </s:form>
> Reproducing the bug:
> 1. Select any date from the DateTimePicker calendar.
> 2. Manually change the YYYY Year portion to 0000 (4 Zeroes) in the textfield.
> 3. Press submit.
> 4. An error would be caught, will display the same page again.
> 5. If I select any date in the DateTimePicker, it will not display in the
> textfield.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.