I try to validate via org.springframework.validation.Validator
.
My Problem: I have the a form-bean which has data beans.
PlayerRegistrationDataBean
-> has: PersonBean
So how do I have to validate the PersonBean
if I do not want to implement the validation everywhere I use PersonBeans
as "sub-beans"?