I am having trouble with the FormTable, FieldColumn and the validation
for the fields.
The FormTable.onProcess() calls Field.onProcess(), which in turn calls
Field.validate(). I can see the error being present all the time after
it has been set. But as soon as Field.onProcess() ends (The return value
is ignored btw), FormTable continues by calling Field.isValid(). That
method checks for Field.error == null. And to my big surprise the value
is indeed null, while seconds ago I have seen a message get set on the
error-member.
So I am quite puzzled here. Why does FormTable not validate like it should?
Cheers,
WarnerJan