Jeppe, Thanks for your answer!
On 23 February 2010 08:47, Jeppe Nejsum Madsen <[email protected]> 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're using our own menu snippet and I can't recall if this was one of > the things we changed :-( > Your solution solves one problem: Clicking the parent leads to the child. 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). Heiko Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net -- 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.
