I have a scrollable div section on a page displaying detail records. If certain fields on the record are manipulated, I call an update action. When the screen refreshes after the update, the display always repositions on the first record in the div section. If someone is working at the bottom of the list, he has to scroll back to where he was.
I would like to be able to re-position on the record last worked on. I was thinking that appending a bookmark (keyed on the index number of the detail item in the list) to the forward would work nicely, but I do not know how to pass the index to the forward, like path="/master.jsp#XX". Can this be done? T. McCobb