Hello, I have the following property in one of my Tapestry classes: * @Property* * @Persist* * @Valid* * private ChildminderAccount childminderAccount;*
The ChildminderAccount entity extends an abstract Account entity class as follows: * public class ChildminderAccount extends Account* And finally the Account entity class has several properties including this one: * @NotNull* * private String accountFirstname;* The problem I have is that Tapestry won't validate the annotated properties even though I have added the tapestry-beanvalidator jar in the classpath. Note that I don't use the beanform component for now. I use T5.2.6. Can anyone please help? Regards, Julien.