> > if i scroll down a page, and click some link that redirects back to the > page
You could build the feature yourself, with this tools. http://api.jquery.com/focus/ http://api.jquery.com/ready/ http://api.jquery.com/click/ And you will need also to pass the element's id to the controller so it knows which element should have the focus on page load. --

