using Binder on a form when you write the bean with writeBean(bean) all the fields with errors have to display their error message, right?
I am in a case where the error message is not shown on some fields even if validation fails. I know it’s a bit vague without an example, but if someone can suggest where to look at first.
Hi, not my case. I found the problem is a bit weird, I am investigating, it happens on ComboBox if I have a test validator like withValidator(v -> false, "foobar"). so it nevers validate when the error message appear once I change che value of the combobox, and I click the foobarmessage it disappear and it’s not shown again
the validation process works, the bean is not validated and as you said writeBean raise an exception, but the error message is not shown on fields after I click on the message on a combobox
I tried and the problem is still the same, I think I have to create a test case. The combox are the problem. if you click the error message above them it disappear
I created this test case, it’s just a view of my application but I hope it’s ok as test. You select b from the combobox, then the “not valid” label appears, you click on the “not valid” label and it disappear, then you submit and it doesn’te appear