I am using 2 IntegerFieldEditor in my preferences page. On both field
editors setValidRange(...) and setErrorMessage(...) is set. When I set
invalid values for both field editors the error message on the last
selected field editor is shown. When I change now the value to an valid
one, the error message disappear even though in the other field editor is
still an invalid value.
My desired behaviour is that all field editor shall be checked when
something was typed in in any field editor. How can I achieve this ?