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
NJDeveloper019NJDeveloper019 

AJAX outputPanel actionSupport rerender

I have an outputPanel that has a radioList within it that I am using with an actionSupport .  I am using the actionSupport to rerender another outputPanel through the use of AJAX.  Now I would like the radioList selection to rerender more than one Panel.  I know I can obviously move the second pageBlock within the already controlled outputPanel but I was wondering if you can rerender multiple outPutPanels off of a single actionSupport?

 

Best Answer chosen by Admin (Salesforce Developers) 
Ron HessRon Hess

Yes, the rerender attribute can accept a comma seperated list of id's to rerender.

 

rerender="block1,block2,block3"

 

 

All Answers

Ron HessRon Hess

Yes, the rerender attribute can accept a comma seperated list of id's to rerender.

 

rerender="block1,block2,block3"

 

 

This was selected as the best answer
NJDeveloper019NJDeveloper019
Thank you Ron.
sandipmsandipm

Thanks Ron!!

dipdip

Hi Ron,

 

Can the rerender attribute on an element in a componenet rerender a container in the parent page too.

 

Thanks & Regards

Dipankar