[Lift] Re: Json Lift

2010-01-27 Thread Randinn
Thank you Naftoli and David for taking your time to help me. On Jan 28, 9:55 am, Randinn wrote: > No, I haven't, I'll research .asjs, thank you for the info. > > On Jan 28, 9:13 am, David Pollak > wrote: > > > Have you looked at .asJs which will render your component as a JsExp? > > > If you're

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
No, I haven't, I'll research .asjs, thank you for the info. On Jan 28, 9:13 am, David Pollak wrote: > Have you looked at .asJs which will render your component as a JsExp? > > If you're looking for bi-directional stuff, please > seehttp://groups.google.com/group/liftweb/browse_thread/thread/80e8

Re: [Lift] Re: Json Lift

2010-01-27 Thread Naftoli Gugenheim
What does "I think so" mean? I asked you four very specific questions. Mapper, like any ORM, is a way of holding data in objects that map to tables in a database, and knows how to transfer both ways. - Randinn wrote: I think so, the code on the paste site is t

Re: [Lift] Re: Json Lift

2010-01-27 Thread David Pollak
Have you looked at .asJs which will render your component as a JsExp? If you're looking for bi-directional stuff, please see http://groups.google.com/group/liftweb/browse_thread/thread/80e8b2e871a2a8d4/2e30e7342689d147?#2e30e7342689d147 On Wed, Jan 27, 2010 at 11:23 AM, Randinn wrote: > Well, I

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
I think so, the code on the paste site is the model and the snippit (I have made some minor changes since I posted those), the trouble I'm having is figuring out how to save it (to take it from the extracted Json). On Jan 28, 8:58 am, Naftoli Gugenheim wrote: > Okay, so can you clarify a bit more

Re: [Lift] Re: Json Lift

2010-01-27 Thread Naftoli Gugenheim
Okay, so can you clarify a bit more? Do you have a mapper class with fields defined? Do you know how to instantiate it? To set the value of its fields? To save it (back) to the database? - Randinn wrote: Yes, it seems so. On Jan 28, 6:38 am, Naftoli Gugenhe

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
Yes, it seems so. On Jan 28, 6:38 am, Naftoli Gugenheim wrote: > So it's a mapper question? > > - > > Randinn wrote: > > Well, I have this snippit and model and need to figure out how to take > the extracted information and paste it into the model. I was just >

Re: [Lift] Re: Json Lift

2010-01-27 Thread Naftoli Gugenheim
So it's a mapper question? - Randinn wrote: Well, I have this snippit and model and need to figure out how to take the extracted information and paste it into the model. I was just looking for some example code to discern how to do it. http://paste.pocoo.org/s

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
Well, I have this snippit and model and need to figure out how to take the extracted information and paste it into the model. I was just looking for some example code to discern how to do it. http://paste.pocoo.org/show/165511/ http://paste.pocoo.org/show/165532/ On Jan 28, 6:10 am, Naftoli Guge