Hi All, I just spent about an hour trying to figure out why one of my methods was not executing. After a while I figured out it was only half executing. It would just stop at one of my BindingUtils.bindSetter calls. Turns out that during a quick cleanup I had deleted the value I was binding to in my host object.
Now of course, that's not handy, but what bothers me is that there are no errors thrown, and the method execution is broken off at that point, without any debug warnings popping up what-so-ever. That the errors are not thrown at compile time is logical, but that it fails silently at runtime amazed me..... What's this all about ? -- Ralph Hauwert

