Hi, Can you confirm if Binder is working with 1.0.4? binder.forField(cke).

Hi,
Can you confirm if Binder is working with 1.0.4?

binder.forField(cke).asRequired(“Field can not be empty!”).bind(MyObject::getIt, MyObject::setIt);

Does not work and if I add a manual validation

binder.forField(cke).withValidator(text → text == null, “Field can not be empty!”).bind(MyObject::getIT, MyObject::setIT);

For the second one the validation will fail, but there is no error on the UI shown.
Can someone confirm is you could add a Binder to show an error in the UI if the field is not set?

Try the version 1.0.5