You need to sign in to do that
Don't have an account?
DSL
using select values from enhancedlist
Is there a way to use the selected values from an enhancedlist? I can put an enhancedlist on any custom vf page no problem. I then can use my views and find leads/contacts.
Now what if I do this and have a customcontroller behind the VF page. Is there any way to assign the selected values to a list in the controller? I see you can do a selectList, but then I have to query the data myself.
The ideal would be if enhancedlist had a value= or selected="" attribute. Since there is not one, any suggestions?
Thanks!