Validation
linkki comes with built-in support for basic validation. Every BindingManager contains a ValidationService that it calls after every update to validate the bound model. The validation messages returned by that service are then matched with the bound components via the names of their properties. If a message matches, the according UI component is marked automatically.