Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can you maintain scroll position on a page after a partial render?

Ian RMay 3 2017 — edited May 5 2017

I'm wondering if you can maintain the scroll position of a web page after a partial render. Basically, after a radio button is selected I'm doing a partial render of the entire panelBox it is enclosed in. The partial render reveals a new radio button underneath it (or hides it, depending on the option already chosen). I've scrolled to the end of the web page (this is the last item in that panelBox). The web page requires scrolling to reach that radio button.

Regardless of what option is selected, the page "jumps" and the selected radio button is always at the bottom of the page.

Can this be prevented? It is really annoying the users!

Thanks,

Ian

This post has been answered by PaKo on May 5 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2017
Added on May 3 2017
4 comments
562 views