You need to sign in to do that
Don't have an account?
Rambo
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!!!
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
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
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.