Hi,

How can I access all the selected values from a select box? I am using
the following code to generate the select box itself:

"availableManagers"-> SHtml.selectObj[User](
                      User.findAvailableManagers.map(v => (v,
v.email)),
                      Empty,
                      selected => Log.info(selected),
                      "multiple" -> "multiple",
                      "title" -> "Click to assign managers to this
fund")

Is it possible to iterate over all selected options in the  selected
=>  bit?
Any pointers how to solve this using different ways?

Cheers, suls

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to