The attached example shows a scenario where changes to a form proxy object are lost.
When changing the favoriteBuddy the change is applied to the form proxy object as expected and is available during the validation phase.
However the favoriteBuddy object is not updated on the original object when saving: it remains Paul even when chosing and validating a different person before -> NOT expected.