BeanValidationValidator and messages problem

Hi,

I need some help with BeanValidationValidator and messages of the invalid fields. I know that when I override message (i.e. javax.validation.constraints.Size.message) in ValidationMessages.properties file then this messages will be use to display error message. And it works… but not for @NotNull.

In properties i have:

javax.validation.constraints.NotNull.message=Pole nie może pozostać puste

and after validation (in case NotNull) to field is adding default message: may not by null. In each other case everything is ok and there are showing my custom messages.

Can anybody help me?

Thx Grzesiek D