David,
thank you for your help with this. I'll try that soon.

On 2 Dez., 01:32, "David Pollak" <[EMAIL PROTECTED]>
wrote:
> You certainly can.  The easiest way is with the JsonFunc:
>
> val (jsonCall: JsonCall, jsCmd: JsCmd) = S.buildJsonFunc {
>   case JsonCmd("DoSomething", _, s, _) =>
>     println("Got "+s)
>      Alert("You entered: "+s)
>   case _ => Noop
>  }

Joachim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
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