[Lift] Re: Submit like SHtml.text but with ajaxText

2009-08-02 Thread David Pollak
On Sat, Aug 1, 2009 at 1:36 AM, Richard Dallaway dalla...@gmail.com wrote: David I've updated, tried it, and it works just how I need it to work. Brilliant. Party on! Thank you RIchard On 31 Jul 2009, at 22:12, David Pollak wrote: I just committed code that allows:

[Lift] Re: Submit like SHtml.text but with ajaxText

2009-08-01 Thread Richard Dallaway
David I've updated, tried it, and it works just how I need it to work. Brilliant. Thank you RIchard On 31 Jul 2009, at 22:12, David Pollak wrote: I just committed code that allows: bind(form, xhtml, first - text(firstName, firstName = _, s = {S.notice(First name +s);

[Lift] Re: Submit like SHtml.text but with ajaxText

2009-07-31 Thread David Pollak
I just committed code that allows: bind(form, xhtml, first - text(firstName, firstName = _, s = {S.notice(First name +s); Noop}), last - text(lastName, lastName = _, s = {S.notice(Last name +s); Noop}), submit - submit(Send, validate _)) You can have an onblur