how to set the scroll bar position
Hi,
I have a page with a button at the bottom. After the button action, the JSF page is feedback but the scroll bar is set to the top of the page. How to set the scroll bar position?
I tried to add javascript window.scrollTo(0, 1000); to the button. But it does not work.
Any help is appreciated.

