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
sumithasumitha 

Community Builder - with Visual force Page

Hi All,

We have two Visual force page and Apex class.
First Visualforce page - Retrirves the table data based on the picklist.
Secoond Visualforce page - Export those Table value with picklist parameters in Excel Sheet.
This Flow is working fine in normal Visual force page preview.

In community Builder :
But,it is showing error in Community Builder.

We have added two visual force page in communities.

First Visualforce page - Retrirves the table data based on the picklist.
Secoond Visualforce page - Export those Table value with picklist parameters in Excel Sheet without data.

 Reason : Picklist value is not passed to second VFP(Export Functionality)

Need Help : How to pass the picklist parameter from First Visual force page to another VFP.

Thanks in Advance
Sunil RathoreSunil Rathore
Hi  Sumitha,

Please check below.
http://cmlohani-force.blogspot.in/2012/06/single-controller-for-multiple.html

Hope this helps you.

Thanks
Sunil Rathore