Hannes,
did you register your page in the site menu? See below for an example.
class Boot {
def boot {
// where to search snippet
// LiftRules.addToPackages("<enter your package here>")
// Build SiteMap
val entries = Menu(Loc("Home", List("index"), "Home")) ::
Menu(Loc("Search", List("search"), "Search page")) ::
Nil
LiftRules.setSiteMap(SiteMap(entries:_*))
}
}
Cheers Nico Tromp
--
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.