Hi, I want to create a menu with the following structure:
main1 main2 main3... sub1a sub1b sub2a sub2b sub3a ... page1a1 page1a2 ... Now I want some of the main and sub menus not to have "their own pages" but have the same link as certain child pages. Example: When the user clicks main1 the page page1a1 is to be shown. Of course main1 and sub1a are to be marked as "currently selected" menu, hence Loc.doesMatch_? must return true. If I create the Locs for main1 and sub1a with the link to page1a1 (main1/sub1a/paga1a1) then doesMatch_? will not be true for all other child pages of main1 and sub1a. Is there a simple solution to this? Or do I have to write my own Loc implementation? Thank you, Heiko Seeberger 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.
