If you're submitting the entire View (non-AJAX), the entire webpage should be replaced, and by default that will be rendered from the top down the screen. However, if you're doing an AJAX submit, only part of the display would be re-rendered and therefore the page would not scroll. To force it to scroll, you would have to use JavaScript, I'm afraid. ...