Hello, I’d like to use Viritin for Cross Field Validation based on JSR 303 as it stated in Cross Field Validation · viritin/viritin Wiki · GitHub. But cannot find any of classes mentioned in the article - MBeanFieldGroup nor MValidator. Component version - 2.9. Vaadin 10.0.11, Spring Boot 2.1.3.RELEASE. Can you please confirm that this type of validation is not supported? Thanks
That part would need some updates as it is written for Vaadin 7 compatible branch of Viritin.
Some stuff is now supported by Vaadin natively, but JSR 303 style cross field validation must be done manually currently :-(
Matti, thank you for a quick reply. Can you please give me some directions in complex validations? So far this is the main problem in choosing between Vaadin and something else for me.