TAPESTRY-1908

2016-03-19 Thread WILBERT Romain-ext
Hello, I disagree with the closing of this defect, because it could happen that the object type is defined at runtime: - the Property type of object parameter can be an interface - the object parameter can be instanciated on activation regarding activation context Why just no

RE: 5.4 JSR-303 on Entities

2015-11-19 Thread WILBERT Romain-ext
field be validated by Tapestry or just the JSR 303? @Validate("email") works, but @Email doesn't. Adam On Tue, Nov 17, 2015 at 3:30 PM, Adam X wrote: > No I haven't. But I added it, and 303 annotations are picked up. > > Thank You! > > On Tue, Nov

RE: 5.4 JSR-303 on Entities

2015-11-17 Thread WILBERT Romain-ext
Have you tried to add "validate=user" on your form tag ? -Message d'origine- De : Adam X [mailto:vbgnm3c...@gmail.com] Envoyé : mardi 17 novembre 2015 15:23 À : Tapestry users Objet : 5.4 JSR-303 on Entities Seems like T 5.4-rc-1 is not validating fields entity fields annotated with JSR-