jsonBindingParam-converter interfering with "normal" @BindingParams

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Critical
    • 8.0.2
    • Affects Version/s: 8.0.1
    • Component/s: Databind 2
    • Security Level: Jimmy
    • None
    • None

      running the attached example shows 3 cases where the jsonBindingParam affects normal @BindingParam-annotated command arguments

      e.g.
      an empty list results in a new ArrayList
      an ArrayList containing the value "\"Peter\"", gets transformed into a new list containing "Peter"
      a Pojo whose toString method produces a string starting with "null ..." is results in a null reference instead of the original Pojo

            Assignee:
            DevChu
            Reporter:
            cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: