Subject: | Feature request: add high level validators |
I have recently began using FormFu and I have notice that much
validation is still done in the controller code, which could be part of
FormFu framework instead. I would like to have validators on form level
instead of on value level. Then it would be possible to standardize
certain types of validations, eg that start- and end dates are in order,
or either-of values are correct. Perhaps it could be implemented as
Validators not connected to any value, which takes the form as input?
Then there is no need to add a new name space.