ApplyContext in Mx5

1
Hi Everyone, Is it correct that, in Mendix 5, whenever I change the value or commit the same context object of my widget, the ApplyContext method will be triggered? (the context object doesn't change, only its attribute values) Is this different from Mendix4? Regards,
asked
1 answers
3

In the latest beta, the applyContext method is indeed triggered for every change or commit on the context object. This is actually a bug, which should be fixed in the next beta release.

Are you aware of the update method? The update method replaced the applyContext method in Mendix 3, and is called with a MxObject instead of a MxContext (see also the answer on this question).

answered