Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-540

Allow exact parsing of numeric client input by creating a BigDecimal Translator and enabling parseBigDecimal in DecimalFormat

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0.1
    • 5.1.0.1
    • tapestry-core
    • None

    Description

      The current NumericTranslator is great but it is not easy to build on it since the classes are internal.

      Tapestry should provide a BigDecimal Translator which uses the infrastructure created for TAP5-211 but parses client input directly to BigDecimal retaining the full precision of that input.

      For example, I need a client input of 100.00 to be translated to a BigDecimal with value 100.00. Contributing a NumericTranslator<BigDecimal> results in a BigDecimal with value 100 because the input is parsed to a long by the NumberFormat before being type coerced.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            pmoriarty Paudi Moriarty
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: