[Lift] Re: Select multiple values

2009-11-08 Thread suls
Allright. This code does the trick: bind(e, xhtml, name - text(, name = _), availableManagers- SHtml.multiSelect( User.findAvailableManagers.map(v = (v.id.toString, v.email)), Nil, _.foreach { id =

[Lift] Re: Select multiple values

2009-11-08 Thread David Pollak
On Sun, Nov 8, 2009 at 1:32 AM, suls s...@suls.org wrote: Allright. This code does the trick: bind(e, xhtml, name - text(, name = _), availableManagers- SHtml.multiSelect( User.findAvailableManagers.map(v = (v.id.toString, v.email)),