I\'m just getting into the lift framework, and I\'m curious as to how the default non-jndi path works w开发者_StackOverflowith respect to connections. All of the docs and examples I\'ve seen recommend
I would like to use Lift-JSON (v2.2) with Play framework to parse a JSON file into Scala case classes. I am using scala 2.8.1 and play 1.1 with scala pluging v0.8. To start I copied the code from http
I am having trouble with a basic hello world lift application from working under tomcat 6.0.18. My web.xml looks like this
I am new to scala/lift and I am trying to figure out the best way to solve this particular problem: I am creating a page to display the structure of multiple \"families\". I am representing each fami
I am trying to generate some Javascript for a Comet callback. The code that I have works, but needs to use several additional variables that should not really be required. The problem is that I am not
I have an Image class: class Image extends LongKeyedMapper[Image] with IdPK with Logger { which overrides toH开发者_高级运维tml method:
How do you create a link with query string parameters: /path/to/view?param=358&name=Something+with+space开发者_开发百科s
This page: http://www.assembla.com/wiki/show/liftweb/Using_SBT describes how to override the jetty port for lift webapps:
What is the most simple pom.x开发者_如何学Goml file for a Liftweb application, using the latest released version available as of today -- 2011-01-15?doc using latest archetype:
I am now playing a little bit with lift (2.1), and all the features in LiftRules work as intended. But I haven\'t been able to use S.redirectTo at all.I always ends with a blank screen, no matter what