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

NumberTextField<BigDecimal> renders its value in unsupported number format

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.5
    • 1.5.6, 6.0.0-beta2
    • wicket
    • None

    Description

      The issue is similar to WICKET-3591 but its fix doesn't help when the model object of the NumberTextField is a BigDecimal because BigDecimalConverter#convertToString() produces something like "123, 456, 789" and this is not supported by <input type="number">'s spec: http://dev.w3.org/html5/markup/datatypes.html#common.data.float.

      Attachments

        1. number-field.tgz
          22 kB
          Martin Tzvetanov Grigorov
        2. WICKET-4501.patch
          2 kB
          Christoph Leiter

        Issue Links

          Activity

            People

              mgrigorov Martin Tzvetanov Grigorov
              mgrigorov Martin Tzvetanov Grigorov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: