You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marcin Palka (JIRA)" <ji...@apache.org> on 2010/03/26 09:46:27 UTC

[jira] Updated: (WICKET-2805) DateTextField and DatePicker do not work properly with four digit year patterns in 1.4.7

     [ https://issues.apache.org/jira/browse/WICKET-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcin Palka updated WICKET-2805:
---------------------------------

    Attachment: quickstart.zip

A quickstart project to reproduce the issue.

> DateTextField and DatePicker do not work properly with four digit year patterns in 1.4.7
> ----------------------------------------------------------------------------------------
>
>                 Key: WICKET-2805
>                 URL: https://issues.apache.org/jira/browse/WICKET-2805
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.7
>         Environment: Windows XP
> Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
> Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode)
> Tomcat 6.0.20
>            Reporter: Marcin Palka
>         Attachments: quickstart.zip
>
>
> Date patterns that contains four digit year does not work properly with DatePicker and DateTextField in 1.4.7. 
> Steps to reproduce the error:
> 1. Create a form with a DateTextField, a DatePicker with a four digit year pattern like yyyy-MM-dd and a submit button.
> 2. Run the project. Click on the DatePicker and select a date. For example 2010-03-25. 
> 3. Submit the Form and check what's submitted to the server. Server receives the date as 0010-03-25.
> A quickstart to reproduce the problem is attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.