@Nullable open static fun getBindingResult(model: MutableMap<*, *>, name: String): BindingResult
Find the BindingResult for the given name in the given model.
name - the name of the target object to find a BindingResult for
IllegalStateException - if the attribute found is not of type BindingResult
Return
the BindingResult, or null if none found