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
Sanket MeghaniSanket Meghani 

Rerender multiple sections in VisualForce page

I am wondering if there is a way we can specify more than one components in rerender attribute of any component.

 

I guess one way we can achieve is to put all components to be rerendered in once panel and then rerender that panel. However, our requirement is that we need to rerender two components which cannot be put in a single panel due to the layout requirement.

 

Is there any way/workaournd to achieve this?

 

Thank you,

Best Answer chosen by Admin (Salesforce Developers) 
MagulanDuraipandianMagulanDuraipandian

<apex:commandButton value = "Show" action="{!Show}" reRender="a,b,c"/>

 

https://sites.google.com/site/infallibletechie/how-to-rerender-multiple-sections-in-visualforce-page

 

Check this link!!!

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog | SFDC Site

If this post is your solution, kindly mark this as the solution and give Kudos.

All Answers

MagulanDuraipandianMagulanDuraipandian

<apex:commandButton value = "Show" action="{!Show}" reRender="a,b,c"/>

 

https://sites.google.com/site/infallibletechie/how-to-rerender-multiple-sections-in-visualforce-page

 

Check this link!!!

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog | SFDC Site

If this post is your solution, kindly mark this as the solution and give Kudos.

This was selected as the best answer
Sanket MeghaniSanket Meghani

Thanks Magu, this works!

Fabrice CROMBEZ 1Fabrice CROMBEZ 1
Thank you !
DesaiDesai
Hi Magulan,

Not able to access this site. Can you please share the new link ?

Thanks.
Bullfrog84Bullfrog84
Still a dead link.
Michael Merino 1Michael Merino 1
try this:
http://www.infallibletechie.com/2013/04/how-to-rerender-multiple-sections-in.html
 
Samuel Clement 8Samuel Clement 8
http://www.infallibletechie.com/2013/04/how-to-rerender-multiple-sections-in.html is still s good linnk as of 10/12/2020;