Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-257

Deprecated example in wicket.util.convert.Converter

    XMLWordPrintableJSON

Details

    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);

      Attachments

        Activity

          People

            dashorst Martijn Dashorst
            novotnyr Robert Novotny
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: