How to build this navigation in liftweb(scala language)?
the code is:
开发者_如何学Cval nav = Menu(Loc("Home",List("index"),"home")) ::
Menu(Loc("Daily",List("daily"),"daily")) ::
Menu(Loc("Photo",List("photo"),"photo")) ::Nil`
I use scala and liftweb but I troubled when I built navigation in snippet
精彩评论