0 Replies Latest reply on May 11, 2009 6:58 AM by nimo22

    [null] is not a empty list!

    nimo22

      I use rf 3.3.1 RF2.

      The targetlist of my listShuttle:

      targetValue="#{myMap.key['target']}"


      when targetValue is empty (null), then the rf transmitts not a null-value, but this:

      log: #{myMap.key['target']} : [null]



      So you see, instead of null, I have a non-empty-list with a null-object.

      [null] should be [], don't you think so?