How can I create a custom message for the errors that accour in the field annotation?
@Size(max = 10)
or
@Column(name = "NAME" , length = 10)
Now I see a message
CustomerDetailsForm:customerName: Validation Error: Length is greater than allowable maximum of ''10'' .
How can I change this message?