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
vibrationvibration 

How to get a rendered value in dynamic list?

How to get a rendered value in dynamic list?

Ankit AroraAnkit Arora

Please explain your use case.

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

vibrationvibration

there are two pages.

 

first page - i retrieved 5 contacts in page block table .( i select three contacts)

 

secondpage - selected three contacts displays in next page. 

 

i want to list of selected three contacts . because i sent a mail to selected contacts.

 

 

 

sfdcElephantsfdcElephant

To achieve this, just pass the ids of selected contacts to the next page.

In next page use standard conroller with <apex:inputfields>

Not sure, this may be possible try once.