You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the there's a binding error for one of the components of Form, form will be null which is unexpected as the binding invalidly assumes that Form is not able to deal with null values for its components.
In contrast to binding via setters, it's not really possible to use the partially bound instance to redisplay the form even partially bound. I've also tried to explicitly annotate the constructor arguments with @Nullable but that doesn't seem to change anything.