2
私はテンプレートと2つのスニペットを持っています。選択した動的スニペットのテンプレートでIdを取得できますか?LiftWeb Loc.Templateの引数
def remote =
Menu.param[Point]("Test1", "remote",
id => inTransaction(Points.lookup(id)), _.id)/"point"/*/"remote" >>
//inTransaction(Points.lookup(id)) match
// case point.Kind.remote =>
Loc.Template(() => Templates("point" :: "remote" :: Nil).openOr(Nil)) >> Hidden
// case point.Kind.otherremote =>
//Loc.Template(() => Templates("point" :: "otherremote" :: Nil).openOr(Nil)) >> Hidden