Uploaded image for project: 'Labs (Retired)'
  1. Labs (Retired)
  2. LABS-378

[conversion] When a double field has both a format currency and a range limit, incorrect length is used on text field.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • Current
    • Next
    • Magma
    • None

    Description

      @Format("currency-EUR")
      @Range(max=2000)
      public double getPrice()

      { ... }

      Will produce a field having maxsize="4", able to accomodate "1000" but not "1000.01"

      Attachments

        Activity

          People

            Unassigned Unassigned
            s.gianni Simone Gianni
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: