function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sahid BanguraSahid Bangura 

rerender loses selected radio button

Hi all,

When I click a particular button, it rerenders the entire page. The problem is that I have a PageBlockTable within an outputPanel that is also rerendered when the button is clicked. This causes the PageBlockTable to lose the selected radio button.

Is there a way that I can skip rerending on a particular section even though the entire page is refreshed or is there a way to get the selected radio button and have it selected after the page is rerendered?
Hemant_SoniHemant_Soni
Hi,
You need to use ActionRegion. For more detail prefered below URL.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_actionRegion.htm

Thanks
Hemant
Sahid BanguraSahid Bangura
Hi Hemant_Soni,

I tried wraping the actionRegion tags around the pageBlockTable and it didn't work. Am I missing something here or did I do it wrong?