TheCoder4eu / BootsFacesWeb

BootsFaces : the next gen JSF Framework Web Docs
Apache License 2.0
36 stars 32 forks source link

b:inputText Bean Validation demo issue #39

Closed NicolaIsotta closed 1 year ago

NicolaIsotta commented 7 years ago

The field name in the class BeanValidationBean is annotated with @NotNull. Its message, however, it's never shown because JSF by default passes an empty string (and not null) when submitting an empty field.

Two possible solutions: