[Lift] Hooking into /user_mgt

2008-12-13 Thread Juha L
Hi again, I have need to hook some extra code into user sign up, login, and logout. In archetype-basic project all things related to user management seem to happen in magical /user_mgt, and I couldn't really find any good information about how I could alter what happens there. Could anyone

[Lift] Compile problems with lift

2008-12-01 Thread Juha L
I'm not sure whether it is just me, but I seem to be stumbling on the Scala compiler exceptions whatever I do. First there was one when creating specs that I mailed earlier, and now I get compile problems when I changed Boot-class. I have changed Boot-class as follows. Idea is to allow different

[Lift] Re: One-to-Many mappings with Lift ORM

2008-11-26 Thread Juha L
[EMAIL PROTECTED] wrote: Juha, Yep... Lift doesn't do a lot of automagic stuff with One to Many relations. Maybe we'll look into doing more with this once we move to the Record/Field code. Thanks, David On Sun, Nov 23, 2008 at 1:47 PM, Juha L [EMAIL PROTECTED] wrote: Hi, I'm trying

[Lift] One-to-Many mappings with Lift ORM

2008-11-23 Thread Juha L
Hi, I'm trying to learn some Scala and Lift, and I'm currently playing with the Lift mapper. I have however stumbled upon a problem for which I don't seem to be able to find answer from the examples or by using Google. How do you create one-to-many mapping with lift mapper? I have something