On Mon, Mar 1, 2010 at 10:57 PM, wm <[email protected]> wrote: > superUser is defined in ProtoUser. > > class User extends ProtoUser[User] { > // I cannot make it work > //override def superUser = override def dbDisplay_? = false > } > > Because of limitations in Scala, it's not currently possible to change an inner object in ProtoUser or other proto stuff. Sorry.
> -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
