[ 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: (was: 1.3.0-beta3) 1.3.0-beta2 > 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 > Priority: Trivial > Fix For: 1.3.0-beta2 > > > 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.