Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2.2, 1.2.3, 1.2.4
-
None
Description
There is a deprecated example in the wicket.util.convert.Converter example. Method newConverter() on the ConverterFactory seems to be gone in the Wicket 1.2.x.
Deprecated code:
final IConverter converter = new ConverterFactory().newConverter();
converter.setLocale(Locale.US);
converter.convert(new Double(7.1), String.class);