[Lift] Re: net.liftweb.widgets.autocomplete in version 1.1-M6

2009-10-21 Thread Tweek
Thanks, I'd open the ticket and i'll waiting for solution. Regards --~--~-~--~~~---~--~~ 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

[Lift] Re: net.liftweb.widgets.autocomplete in version 1.1-M6

2009-10-20 Thread David Pollak
On Tue, Oct 20, 2009 at 4:15 AM, Tweek wrote: > > Hi, > Previously i was working on version 1.1-M3 of lift framework and i > used autocomplete widget by override _toForm method in my Test.scala > file. It was something like that: > > object Test extends Test with KeyedMetaMapper[Long, Test] with

[Lift] Re: net.liftweb.widgets.autocomplete in version 1.1-M6

2009-10-20 Thread Naftoli Gugenheim
Does it help to change map to flatMap? On Tue, Oct 20, 2009 at 7:15 AM, Tweek wrote: > > Hi, > Previously i was working on version 1.1-M3 of lift framework and i > used autocomplete widget by override _toForm method in my Test.scala > file. It was something like that: > > object Test extends Tes