Re: [Lift] Re: Tricky question regarding menus

2010-02-23 Thread Heiko Seeberger
On 23 February 2010 15:24, Heiko Seeberger wrote: > > But the other problem still exists: doesMatch_? will not return true for > the parent and hence the parent menu will not be treated special (different > style, no link). > Using a custom menu snippet solves the problem. Thanks! Heiko Work: w

Re: [Lift] Re: Tricky question regarding menus

2010-02-23 Thread Heiko Seeberger
Jeppe, Thanks for your answer! On 23 February 2010 08:47, Jeppe Nejsum Madsen wrote: > > I have the same scenario and it works for me. In the parent menu I do this: > > Menu(Loc("parent", List("parent", "index"), "Parent", Loc.EarlyResponse(() > => Full(RedirectResponse("/subpage" > > We'r

Re: [Lift] Re: Tricky question regarding menus

2010-02-22 Thread Jeppe Nejsum Madsen
Heiko Seeberger writes: > Hi, > > Sorry for being pushy, but this one is really urgent. Maybe I did not > describe my issue properly, so I will give it another and simpler try: > > I want a menu to link to a "subpage", i.e. have the same link as one of its > child menus. But the menu shall also b

[Lift] Re: Tricky question regarding menus

2010-02-22 Thread Heiko Seeberger
Hi, Sorry for being pushy, but this one is really urgent. Maybe I did not describe my issue properly, so I will give it another and simpler try: I want a menu to link to a "subpage", i.e. have the same link as one of its child menus. But the menu shall also be "active" for every other active chil