Hello again, I have a question regarding localization in drop downs. I need the options inside the drop down to be localized. When I change the language, the options are not changed. Only if I access the page again.
Here is how I implemented the getDisplayValue method in ChoiceRenderer: return new ClassStringResourceLoader(MyClass.class).loadStringResource(clazz, property,...); Also the browser does not display UTF-8 characters. How can I tell the browser to do that without converting native characters to ascii. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Localised-drop-down-options-tp4661751.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
