I have browsed lift\'s MegaProtoUser and encountered this construction: ??(\"Last Name\"). Can anyone explain, what that 开发者_StackOverflow中文版means?
I\'m new to Scala and Lift, coming from a slightly odd background in PLT Scheme. I\'ve done a quick search on this topic and found lots of questions but no answers. I\'m probably looking in the wrong
Is there a way to use a webservice (REST in this case) as the data source for a Lift application? I can find a number of tutorials/examples of using Lift to provide the RES开发者_运维知识库T API, but
Newbie question since I\'m not up to speed using maven at all. I\'m trying to use scala + lift using scala 2.8, environment
I recently learned scala and about to start working/learning Lift framework. Going through the Features and getting started with the framework, I had seen some amazing capabilities of the framework in
How to make error handlers in Lift? I have html page with some snippets, if one of those snippets throws an exception I want to catch it and redirect to some user friendly error page.
I want t开发者_StackOverflow中文版o use the scala dispatch library to send a post request to the server in the Lift.
I\'m trying to save data parced with Lifts\' Json data extraction and save it to the database(via mapper) but I cannot find where to connect the snippit to the mapper. The code looks like this.
If I have a URL like http://localhost/Test/edit/{id} and I would like the {id} transform to a parameter instead of URL path part.
I\'m a beginner with scala/lift and POO. At first, i would like to create a database and a simple interface to log in (ID and password).