I have been struggling to create a very simple webpage with lift, but nothing seems to work as expected. I got some information from http://wiki.github.com/dpp/liftweb/about-lift-tags, but I can't get it to work.
The contents of my main index file is like this:
My website title
Here comes the image
Here comes the footnote
Here comes the context
Here comes the control
The "tent" file is as follows:
My problems are:
1) with-param seems to be deprecated, but "bind-at" doesn't do anything at all.
2) the head-propagation doesn't work, no title shown.
What am I doing wrong???
Job Honig