GitHub user try0 opened a pull request:
https://github.com/apache/wicket/pull/267
Fix to use locale of the session
Fix to output validation message according to locale even when format
pattern contains "E".
Sorry if my English is wrong.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/try0/wicket modifyDateValidator
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/267.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #267
----
commit b822c30fd6271b654db7a08716c5e5034b5e752a
Author: Ryo <tryosol@...>
Date: 2018-02-12T10:10:50Z
Fixed to use locale of the session
Fixed to output validation message according to locale when format pattern
contains "E".
commit af5a25585be06c3c7c93c951c9415d015f4e670c
Author: Ryo <tryosol@...>
Date: 2018-02-12T10:46:32Z
Revert "Fixed to use locale of the session"
This reverts commit b822c30fd6271b654db7a08716c5e5034b5e752a.
commit b3aad1921db7e367e0174ab03672c84cc4a6827d
Author: Ryo <tryosol@...>
Date: 2018-02-12T10:48:38Z
Fixed to use locale of the session
Fixed to output validation message according to locale when format pattern
contains "E".
----
---