fun updateModel(request: NativeWebRequest, container: ModelAndViewContainer): Unit
Promote model attributes listed as @SessionAttributes to the session. Add BindingResult attributes where necessary.
@SessionAttributes
request - the current request
request
container - contains the model to update
container
Exception - if creating BindingResult attributes fails
Exception