flow
                                
                                 flow copied to clipboard
                                
                                    flow copied to clipboard
                            
                            
                            
                        BeanValidationBinder should understand fluent setters.
When a bean, such as a JPA entity, implements fluent setters
public Node setName(String name) { this.name = name; return this; }
Trying to bind it with the property name fails with:
"name does not have an accessible setter"
It would be really nice for the binder to handle this properly. I'm using Vaadin 14.1.17.