[Lift] Re: How to mixin both MegaProtoUser CRUDify?

2009-09-22 Thread Jeppe Nejsum Madsen
David Pollak feeder.of.the.be...@gmail.com writes: Gakkk... I'm not sure it can be done. You're welcome to try different combinations of abstract override, etc. in the traits and see if you can come up with an elegant or at least workable solution. I'm creating my own crudify anyway, so

[Lift] Re: How to mixin both MegaProtoUser CRUDify?

2009-09-22 Thread Kevin Wright
You really need some way to delegate to the trait here, instead of inheriting from it. I'll add this as a use case for my dynamic-mixin compiler plugin, see if I can't find a way out :) On Tue, Sep 22, 2009 at 8:08 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: David Pollak

[Lift] Re: How to mixin both MegaProtoUser CRUDify?

2009-09-21 Thread David Pollak
Gakkk... I'm not sure it can be done. You're welcome to try different combinations of abstract override, etc. in the traits and see if you can come up with an elegant or at least workable solution. On Mon, Sep 21, 2009 at 6:40 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: Hi, For my User