JSF scroll bar at the top of the page

javascript, jquery, jsf, omnifaces, primefaces

Solution

<div id="msg">

Content page

 onclick="javascript:window.location='#msg'"

Problem

I was wondering how to make the scroll bar of the browser. go to top of page. I am developing a registration screen that is too big, and it contains some fields that are needed. It displayed an error message to the user if the required fields are not informed. The problem is that the scroll bar does not go up, and I want her to go to the top of the page. I'm using Primefaces and JQuery, but no this working.

Original source