[Lift] Snippet question

2010-01-20 Thread Franz Bettag
Sorry if i am asking a lot of questions lately, but i am trying to get this project of mine working so i can write about the specific problems i ran into and how they got done. def subnets(xhtml: NodeSeq): NodeSeq = { val content = IPnet.findAll(OrderBy(IPnet.name, Ascendi

[Lift] Snippet question

2008-09-11 Thread Charles F. Munat
I copied the Misc snippet over from the example, changed the package and import statements to fit my app, and created a users/index page. Add a User The app builds and runs in Jetty, but when I go to the users/index page I get: Add a User Not sure what happened