[Lift] Re: json extraction problem

2009-10-01 Thread Lincoln
Cool, thanks Joni. I'll give it a try. On Thu, Oct 1, 2009 at 2:36 AM, Joni Freeman wrote: > > Hi, > > I pasted this to scala console and it worked. I am pretty sure that > the problem is that your case classes are inner classes. Inner classes > get one extra implicit constructor parameter, a r

[Lift] Re: json extraction problem

2009-09-30 Thread Joni Freeman
Hi, I pasted this to scala console and it worked. I am pretty sure that the problem is that your case classes are inner classes. Inner classes get one extra implicit constructor parameter, a reference to the outer class (same way as in Java). You need to move those case classes away from enclosin