Hi!

We have a controller which implements Controller.

Sometimes we want to jump to an anchor on the page that is returned to the user from handleRequest.

The pages contains a form-elements. Depending on which button is used to submit the form, a corresponding anchor should be added to the url.

Today we return new ModelAndView(view, root)

Thank you in advance for any input on how to jump to an anchor!


-Kaj