[Lift] Re: Some questions about menu MetaMegaProtoUser

2009-05-24 Thread Jeppe Nejsum Madsen
On Sun, May 24, 2009 at 12:45 AM, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Sat, May 23, 2009 at 5:54 PM, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Sat, May 23, 2009 at 4:52 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Getting the secondary menu items:   def

[Lift] Re: Some questions about menu MetaMegaProtoUser

2009-05-23 Thread Jeppe Nejsum Madsen
Thanks for the rapid feedback. A few comments below On Fri, May 22, 2009 at 6:12 PM, David Pollak feeder.of.the.be...@gmail.com wrote: [...] def onLoginPage: Boolean = S.request.flatMap(_.location.map(_.name == Login)) openOr false override def screenWrap: Box[NodeSeq] = Full(if

[Lift] Re: Some questions about menu MetaMegaProtoUser

2009-05-23 Thread David Pollak
On Sat, May 23, 2009 at 4:20 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: Thanks for the rapid feedback. A few comments below On Fri, May 22, 2009 at 6:12 PM, David Pollak feeder.of.the.be...@gmail.com wrote: [...] def onLoginPage: Boolean = S.request.flatMap(_.location.map(_.name ==

[Lift] Re: Some questions about menu MetaMegaProtoUser

2009-05-23 Thread Jeppe Nejsum Madsen
On Sat, May 23, 2009 at 5:54 PM, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Sat, May 23, 2009 at 4:52 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Getting the secondary menu items:   def secondaryMenuItems: Seq[MenuItem] =   for {     req - S.request.toList     line -

[Lift] Re: Some questions about menu MetaMegaProtoUser

2009-05-22 Thread David Pollak
On Fri, May 22, 2009 at 7:49 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: Hi, A newbie running 1-1-SNAPSHOT with a few questions: 1) The entire app should be protected, so any unauthenticated access should show the login page. But I don't want the login page to use the same template as