Hi,
I try the example "Hello Darwin"(http://wiki.liftweb.net/index.php/
Hello_Darwin), but ajax form can't work correctly.
I try bind submit button:
"submit" -> <button type="button" onclick={ajaxCall("$
('#whoField').attr('value')", updateWho _)._2}>{?("send")}</button>
but IDE tell me the first param of ajaxCall() must be a JsExp.
Dose lift have any implicit method that convert a string to JsExp?
I don't know how to construct JsExp from String, help please!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---