I have problem with javax.validation.constraints.Pattern @Pattern validation.
@Pattern(regexp = "\\p{L}*", message = "Msg") private String name;
When I'm trying to input any text it doesn't work.
Aucun commentaire:
Enregistrer un commentaire