David,
thank for another great reply!

> You can build a server-side autocomplete builder such as:
>
>   private def buildQuery(current: String, limit: Int): Seq[String] = {
>     Log.info("Checking on server side with "+current+" limit "+limit)
>     (1 to limit).map(n => current+""+n)
>   }

This is pretty cool! I'll try that as soon as the lift snapshot on
scala-tools is updated by the build system :)

Joachim

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to