Heiko Seeberger <[email protected]> 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 be "active" for every other active
> child menu.

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're using our own menu snippet and I can't recall if this was one of
the things we changed :-(

/Jeppe

-- 
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.

Reply via email to