[Lift] Re: How to use SHtml.ajaxCall?

2009-07-23 Thread Lance Zheng
thank u, that works for me. On Jul 23, 2:59 pm, marius d. marius.dan...@gmail.com wrote: Try: button type=button onclick={ajaxCall(JsRaw($('#whoField').attr ('value')), updateWho _)._2}{?(send)}/button or import net.liftweb.js.jquery._ import JqJE._ button type=button

[Lift] Re: How to use SHtml.ajaxCall?

2009-07-23 Thread Dorinel
marius d. wrote: Try: button type=button onclick={ajaxCall(JsRaw($('#whoField').attr ('value')), updateWho _)._2}{?(send)}/button This still is not working for me, it's what I get: use java command with args in file forced : false

[Lift] Re: How to use SHtml.ajaxCall?

2009-07-23 Thread Timothy Perrett
Couldn't agree more, just gist it... http://gist.github.com/ Cheers, Tim On 23/07/2009 16:09, Lance Zheng lanc...@gmail.com wrote: (google group is not a good place to show code, no syntax highlight) --~--~-~--~~~---~--~~ You received this message because

[Lift] Re: How to use SHtml.ajaxCall?

2009-07-23 Thread marius d.
Oops typo: import net.liftweb.js.jquery._ should be import net.liftweb.http.js.jquery._ I just wrote the code in the mail (no IDE) to highlight the concept not necessarily copy-paste-able :) Br's, Marius On Jul 23, 5:29 pm, Dorinel dorinel.munte...@gmail.com wrote: marius d. wrote: