When returning a ModelAndView, is there a way to append a key value pair to the querystring?
Thanks
When returning a ModelAndView, is there a way to append a key value pair to the querystring?
Thanks
If your View is a redirect, the entries in the model will be appended as query parameters automatically. The values will be toString()'d and then URL encoded.