Re: [Lift] RequestVar doesn't work in the Lift1.1-SNAPSHOT ?

2009-11-17 Thread David Pollak
On Tue, Nov 17, 2009 at 8:23 AM, Neil.Lv wrote: > Hi all, > > The RequestVar doesn't work in the Lift1.1-SNAPSHOT, > > The error message is: > ### > object creation impossible, since method testWasSet in trait > AnyVarTrait of type (String)Boolean is not defined > object currentItemVar extend

[Lift] RequestVar doesn't work in the Lift1.1-SNAPSHOT ?

2009-11-17 Thread Neil.Lv
Hi all, The RequestVar doesn't work in the Lift1.1-SNAPSHOT, The error message is: ### object creation impossible, since method testWasSet in trait AnyVarTrait of type (String)Boolean is not defined object currentItemVar extends RequestVar[Item]({ ### The code is : ### object currentI