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

ObjectBooleanConverter does not accept Null value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.1
    • Freshly
    • Databind 2
    • None

      ObjectBooleanConverter does not accept Null as value even though it accepts nullbale object Boolean.

      NPE: return b.booleanValue() ? trueObj : falseObj; because b is null

            dennis dennis
            mixgho mixgho
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: