This is parially a cross post to something I asked on the SWT group.
Guess I have an editor that edits a person object. a person has many
adresses so the editor shows them in a table. but withmy current
solution the fields in the table can only be validated when the user
edits cells (via EditingSupport) bindings are dynamically created. But
in my scenario I cant create a valid new record. So if the user doesnt
edit it he will never see any validating message. Are there any ideas
out there to solve that ?