[Lift] Re: Strange behavior of RequestVar

2009-06-01 Thread Derek Chen-Becker
Actually, based on my experience the first one shouldn't work and the second one should, because in the first one, oVar.is is called within the context of of the submit request, not the bind request. Derek On Sun, May 31, 2009 at 11:18 AM, feelgood asseliva...@gmail.com wrote: Compare two

[Lift] Re: Strange behavior of RequestVar

2009-06-01 Thread Derek Chen-Becker
Sorry, to clarify, the function () = processAdd(oVar.is) will not capture the current value of oVar. Rather, the oVar.is call is made when the submit function is called. Derek On Mon, Jun 1, 2009 at 10:51 AM, Derek Chen-Becker dchenbec...@gmail.comwrote: Actually, based on my experience the