Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3104

jsonBindingParam-converter interfering with "normal" @BindingParams

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 8.0.2
    • 8.0.1
    • Databind 2
    • Security Level: Jimmy
    • 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

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

              Created:
              Updated:
              Resolved: