[Lift] Re: FieldType and ForeignType

2009-03-18 Thread David Pollak
On Tue, Mar 17, 2009 at 9:49 PM, David Pollak feeder.of.the.be...@gmail.com wrote: I'm going to fix the problem tomorrow... but I was wondering why the compilation issues. Fixed. Please verify. On Tue, Mar 17, 2009 at 9:44 PM, Jorge Ortiz jorge.or...@gmail.comwrote: Argh. Good call.

[Lift] Re: FieldType and ForeignType

2009-03-17 Thread Jorge Ortiz
And if they're useful, can subclasses of MappedForeignKey define them more exactly? Errors looked like this: [WARNING] C:\workspace\liftapp\src\main\scala\com\liftworkshop\model\ToDo.scala: 16: error: object creation impossible, since type ForeignType in trait MappedFor eignKey with bounds :

[Lift] Re: FieldType and ForeignType

2009-03-17 Thread David Pollak
What version of Scala? On Tue, Mar 17, 2009 at 5:45 PM, Jorge Ortiz jorge.or...@gmail.com wrote: And if they're useful, can subclasses of MappedForeignKey define them more exactly? Errors looked like this: [WARNING] C:\workspace\liftapp\src\main\scala\com\liftworkshop\model\ToDo.scala:

[Lift] Re: FieldType and ForeignType

2009-03-17 Thread Jorge Ortiz
Argh. Good call. I don't know as I was debugging through IRC, but it was probably 2.7.2 since he was using the todo example site from the Lift workshop. And I told him to upgrade to Lift 1.0. That's going to cause problems. Oh well. --j On Tue, Mar 17, 2009 at 8:23 PM, David Pollak