On Tue, Jan 19, 2010 at 9:53 AM, Franz Bettag <[email protected]> wrote: > Hey guys, > > i am trying to extend my logging trait. The Problem is, i can't say > something like A <: LongKeyedMapper[A] in my trait since ProtoUser > doesn't use IdPK but uses it's own declarations (which look the same > to me). >
Why do you need ProtoUser extended with IdPK? Why can't your trait work with LongKeyedMapper? If you want to include your code, I'll work it to make it right. > > If i read that piece of code right, it should be no problem to extend > ProtoUser with IdPK. > ProtoUser existed before IdPK. IdPK is merely a convenience if you want your primary key to be named id. > > Best regards > > -- > 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.
