[ 
https://issues.apache.org/jira/browse/WICKET-6443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16127349#comment-16127349
 ] 

Maxim Solodovnik commented on WICKET-6443:
------------------------------------------

The issue seems to be caused by the fact you are creating <input type="date">, 
but not providing date pattern to it
According to this link [1] there is no option to provide pattern to HTML5 date

Your example works as expected in case you will change <input type="date"> to 
be <input type="text">

[1] 
https://stackoverflow.com/questions/7372038/is-there-any-way-to-change-input-type-date-format

> DateTextField(id,model) does not work  
> ---------------------------------------
>
>                 Key: WICKET-6443
>                 URL: https://issues.apache.org/jira/browse/WICKET-6443
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 8.0.0-M6
>         Environment: linux , Russian locale
>            Reporter: LeonLeon2017
>         Attachments: myproject.zip
>
>
> DateTextField(id,model) does not work  for ru locale ,because of incorrect 
> pattern by default.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to