It works for me with TAP 5.3.8, Hibernate validator 5.0.0.final
-Message d'origine-
De : Adam X [mailto:vbgnm3c...@gmail.com]
Envoyé : mardi 17 novembre 2015 16:25
À : Tapestry users
Objet : Re: 5.4 JSR-303 on Entities
Should @org.hibernate.validator.constraints.Email on a bean
Should @org.hibernate.validator.constraints.Email on a bean 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!
>
>
No I haven't. But I added it, and 303 annotations are picked up.
Thank You!
On Tue, Nov 17, 2015 at 3:28 PM, WILBERT Romain-ext <
romain.wilbert-...@pole-emploi.fr> wrote:
> Have you tried to add "validate=user" on your form tag ?
>
> -Message d'origine-
> De : Adam X [mailto:vbgnm3c...@
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-