From: bishop155 <chrisjbishop...@gmail.com>
Date: Thu, 21 Jul 2011 16:15:55 -0700 (PDT)
Local: Thurs, Jul 21 2011 7:15 pm
Subject: paramitized menus
I want to create a Menu which has multiple items which differ in only
the parameter passed. I'm pritty close: case class Test(id: String);
var test = Menu.param[Test]("Test-1", "Test-1",
var test2 = Menu.param[Test]("Test-2", "Test-2",
val entities = test :: test2 :: Nil;
SiteMap.enforceUniqueLinks = false;
But it always matches the first menu item, and never the second. is
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||