Hi, I recently implemented the datagrid taglib on my jsp page. I set a vertical scrollbar on my grid for user to scroll when the table has more than certain rows. I refresh the page every 60 seconds using <meta> tag, for example <meta http-equiv="Refresh" content="60" url="someUrl" />
When I scroll to the bottom of the grid, I'd like the scrollbar to stay at the same position when the page is auto refreshed. But whenever the page is refreshed, the scrollbar goes back to top. Does anyone know if there is a way to "remember" the scrollbar position when page is refreshed? Thanks in advance Jackie Shi