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 currentItemVar extends RequestVar[Item]({
    Item.getItemById(S.param("id").toString.toLong)
  })
###

  When updating the lift1.1's jars file, this code is broken.

  Any help must be appreciated!

Cheers,
  Neil

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=.


Reply via email to