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
Robin_SFDCRobin_SFDC 

How to pass selected picklist value from one vf page to the parent vf page.

Hi all,

 

I have a parent vf page from where i open one new page.

This page have a two picklist fields.

Contact Name and Role.

I want to get the selected value from child page to the parent page.

Kinldy guide me for the same.

 

Thanks,

robin.

MTBRiderMTBRider

How about making the values that were select the parameter part of the URL with a pageRef.getParameters().put() before going back to the parent and then process the URL in the controller for the parent page?