No. You create them specifying which Locale to use. Look at the static factory methods in NumbverFormat.
http://java.sun.com/j2se/1.5.0/docs/api/java/text/NumberFormat.html All Wicket would needs is a FormatFactory that reads the Locale from the request/session/user and instantiates correct Format instances. /Anders Martijn Dashorst wrote: > On 3/14/07, Anders Peterson <[EMAIL PROTECTED]> wrote: >> One of my questions remain: Why does Wicket need converters at all? Java >> already has java.text.Format with two-way conversion between String and >> some other class. > > But they assume the VM's locale, not the locale of the request/session/user. > > Martijn > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
