]
Brian Leathem updated RF-13735:
-------------------------------
Labels: waiting_on_user (was: )
@NotBlank message overridden by @NotNull message during CSV
-----------------------------------------------------------
Key: RF-13735
URL:
https://issues.jboss.org/browse/RF-13735
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component
Affects Versions: 4.3.7
Environment: Windows 7
Tomcat 8.0.5
Reporter: Horst Scheruga
Assignee: Matej Novotny
Priority: Minor
Labels: waiting_on_user
I use Bean Validation and set the following anotation
@NotNull(message = "my message")
During Client Side Validation this message is only shown if the value is not null and
empty (e.g. " ") if it is null, the default null message comes up instead!