[
https://issues.apache.org/jira/browse/WICKET-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alastair Maw reassigned WICKET-344:
-----------------------------------
Assignee: Alastair Maw
> clock component doesn't display seconds in some Locales
> -------------------------------------------------------
>
> Key: WICKET-344
> URL: https://issues.apache.org/jira/browse/WICKET-344
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-examples
> Affects Versions: 1.3.0-beta1
> Reporter: Xavier Hanin
> Assignee: Alastair Maw
> Fix For: 1.3.0-rc1
>
>
> The Clock component used in ajax Clock and WorldClock examples do not show
> the seconds with some locales (at least with french locale). This make the
> example less easy to see in action (updated only once a minute).
> Replacing:
> df = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL);
> by:
> df = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL,
> Locale.US);
> would make it behave the same whatever the default locale is.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.