On 3/14/07, Anders Peterson <[EMAIL PROTECTED]> wrote: > 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.
Conversions currently are transparent for components. Formatfactories would either be too case specific, or they would grow into something that converters are today. Eelco ------------------------------------------------------------------------- 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
