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:44:27 UTC

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

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


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.


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

Posted by "Marcin Palka (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2805.
-----------------------------------

    Resolution: Duplicate
      Assignee: Igor Vaynberg

> 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
>            Assignee: Igor Vaynberg
>         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.


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

Posted by "Marcin Palka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850044#action_12850044 ] 

Marcin Palka commented on WICKET-2805:
--------------------------------------

The problem does not exist in 1.4.6. I have just reverted my project back to Wicket 1.4.6 the problem is gone.

> 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.