You need to sign in to do that
Don't have an account?

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,
<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
<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.
Thanks Magu, this works!
Not able to access this site. Can you please share the new link ?
Thanks.
http://www.infallibletechie.com/2013/04/how-to-rerender-multiple-sections-in.html