[Lift] Re: Two items on Record

2008-11-26 Thread David Pollak
On Wed, Nov 26, 2008 at 7:34 AM, Derek Chen-Becker [EMAIL PROTECTED]wrote: I'm in the process of playing with the Record code so I have some examples for the book. I've run into two small issues: 1. I'm writing a custom Field type (DecimalField) and it seems like the

[Lift] Re: Two items on Record

2008-11-26 Thread Marius
On Nov 26, 5:34 pm, Derek Chen-Becker [EMAIL PROTECTED] wrote: I'm in the process of playing with the Record code so I have some examples for the book. I've run into two small issues:    1. I'm writing a custom Field type (DecimalField) and it seems like the    valueCouldNotBeSet var

[Lift] Re: Two items on Record

2008-11-26 Thread Marius
please do a git pull On Nov 26, 7:56 pm, Marius [EMAIL PROTECTED] wrote: On Nov 26, 5:34 pm, Derek Chen-Becker [EMAIL PROTECTED] wrote: I'm in the process of playing with the Record code so I have some examples for the book. I've run into two small issues:    1. I'm writing a custom

[Lift] Re: Two items on Record

2008-11-26 Thread Derek Chen-Becker
Still getting the type error using an explicit List(...): [WARNING] /home/software/liftbook-demos/demo-record/src/main/scala/com/theliftbook/model/Entry.scala:50: error: type mismatch; [WARNING] found : List[net.liftweb.record.Field[_10,com.theliftbook.model.Entry] forSome { type _10 : String