Weird 'data container' behaviour

Hi Dima,

Thanks for your insight.
If I understand you correctly, this is indeed the 3rd method I’m using.
It does work, with 2 caveats :

  • the select component into the form cannot be bound to this editingObject (in my case it’s item_selected) because of upstream bug (there is a ticket for this)
  • I wanted to make an empty object independant of its model (so that I don’t have to rewrite things if database model changes), but I did not succeed so far … (see post Weird logic Variable behaviour)

If you have a way to make an object with all its properties set to null, without explicitely assigning all of them, I’m a happy camper …

I’ll work on that anyway …