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
Rani_RRani_R 

Two VF pages in a dashboard

Hi,

I have created a dashboard with two columns and have two VF pages in them. Both these pages share a same controller. I have a button in the first VF page and when it is clicked, i want to rerender a section in the second VF page to display the modified data in the controller.

Could someone please help me in triggering the rerender event in seconf vf page from first one.

Thanks
Dinesh
bob_buzzardbob_buzzard
I don't think you'll be able to do this as the iframes can't find each other via the parent DOM as they come from a different server to the dashboard itself (the browser blocks this as a cross site scripting attack).