It may be basic, but... Globally setting date styles for the application?

2009-12-01 Thread Loritsch, Berin C.
It may seem rather basic, but I'm looking for a reasonably simple way to globally set how the application displays dates. On rails, it was as simple as setting that information in the l10n/i18n resource files. I've been googling and trying to find the answer in the Wicket in Action book, but it

RE: It may be basic, but... Globally setting date styles for the application?

2009-12-01 Thread Loritsch, Berin C.
It appears that the newConverterLocator() route is about right, but I have a slight issue between the Hibernate binding and what I want to happen. In order for the converter to work, it looks for the exact class. That means that java.util.Date won't work when the subclass actually used is

Re: It may be basic, but... Globally setting date styles for the application?

2009-12-01 Thread Antoine Angenieux
-- Antoine Angénieux Associé Clinigrid 5, avenue Mozart 75016 Paris, France +336 60 21 09 18 aangeni...@clinigrid.com Le 1 déc. 2009 à 18:57, Loritsch, Berin C. berin.lorit...@gd- ais.com a écrit : It appears that the newConverterLocator() route is about right, but I have a slight issue

RE: It may be basic, but... Globally setting date styles for the application?

2009-12-01 Thread Loritsch, Berin C.
I think your answer got lost somewhere. -Original Message- From: Antoine Angenieux [mailto:aangeni...@clinigrid.com] Sent: Tuesday, December 01, 2009 1:06 PM To: users@wicket.apache.org Subject: Re: It may be basic, but... Globally setting date styles for the application? -- Antoine