0
kicks
Tip: How to validate values against certain rules when using binding?
Typically validation occurs when in a two-way binding the business object (source property) is updated with data from the user input (target property). During the update there are two places where validation occurs.
....