Hi Isomorphic,
from the Validator.stopIfFalse docs I assume/know that validators defined for a field run in the order they are defined in the .ds.xml.
If this is true, could you add this information to the docs?
Is there also an defined / guaranteed order in which the fields are being validated?
If so, a new overload for ValidationContext.setResultingValue() that is not
What do you think?
Best regards
Blama
from the Validator.stopIfFalse docs I assume/know that validators defined for a field run in the order they are defined in the .ds.xml.
If this is true, could you add this information to the docs?
Is there also an defined / guaranteed order in which the fields are being validated?
If so, a new overload for ValidationContext.setResultingValue() that is not
- setResultingValue(Object value)
- but instead
- setResultingValue(String columnName, Object value)
What do you think?
Best regards
Blama
Comment