open static fun getRequiredBindingResult(model: MutableMap<*, *>, name: String): BindingResult
Find a required BindingResult for the given name in the given model.
name - the name of the target object to find a BindingResult for
IllegalStateException - if no BindingResult found
Return
the BindingResult (never null)