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
RamboRambo 

MultiSelect Picklist in VisualForce

Hello Friends,

                          It would be helpful if anyone could help in achieving these funtionality,

 

                          1. Creating a "MultiSelect Picklist" using VisualForce.

                          2. Once I save the form after selecting some values in that MultiSelect Picklist then the next time If I run that   

                               page those selected values should not be available in the available section of that multiselect Picklist.

 

                           Thanks in advance!!!

 

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Chamil MadusankaChamil Madusanka

Hi,

 

Use this link

 

http://hisrinu.wordpress.com/2011/05/30/custom-multi-select-picklist-field-in-visualforce/

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

All Answers

saas4usaas4u

try using apex:selectCheckboxes and apex:selectOptions. These wont give you a picklist but will allow you to select multiple values..

when you render the page again, just reinitialize the array of options. this will prevent you from displaying the selected values again

 

Thank you.

We undertake Salesforce.com Projects.

If interested please contact us at saasforyou@gmail.com

Chamil MadusankaChamil Madusanka

Hi,

 

Use this link

 

http://hisrinu.wordpress.com/2011/05/30/custom-multi-select-picklist-field-in-visualforce/

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

This was selected as the best answer