You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alastair Maw (JIRA)" <ji...@apache.org> on 2007/06/10 23:49:26 UTC

[jira] Updated: (WICKET-344) clock component doesn't display seconds in some Locales

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

Alastair Maw updated WICKET-344:
--------------------------------

    Fix Version/s: 1.3.0-rc1

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