lift
Lift webapp has directory and resource with the same name, but gives 302
I deployed example.war to Tomcat 6.0.32 (latest at time of writing), and the deployed webapp contains the following:[详细]
2023-02-23 05:31 分类:问答Configgy import fails in lift
I was trying to use Configgy for logging in my Lift project and I added lazy val configgy = \"net.lag\" % \"configgy\" % \"2.0.0\" intransitive()[详细]
2023-02-23 03:04 分类:问答password input custom
Greetings In my User.scala file: I\'m using the next class to customize the password input The code is the next[详细]
2023-02-23 02:23 分类:问答ajaxButton not working when using Lift Wiring
My goal is to have text displayed normally on initial load, but when an \'Edit\' button is pressed, the text changes to be an input text box.The html is this:[详细]
2023-02-22 08:54 分类:问答OAuth 2.0 provider implementation for Scala/Lift
Does anyone know of a 开发者_开发知识库OAuth 2.0 provider (server side) implementation for Scala/Lift? I see Scala 2.0 client, but no provider.It doesn\'t look like there is one readily available. So[详细]
2023-02-21 21:26 分类:问答Scala Lift JUnit Test Fails With "error: not found: type foo" Using mvn test
Wanted to do a simple unit test of the default Lift开发者_JAVA技巧 snippet class generated by the maven-lift-eclipse archetype.[详细]
2023-02-20 10:46 分类:问答How to do a page redirect in lift
I have the need to be able to redirect the current page request to a news page url. Based on the params of the incoming request I retrieve data from the database and in case nothing is found I redire[详细]
2023-02-19 23:45 分类:问答Strip HTML tags from Scala String
I am developing web app using Scala and Lift framework. I have record in DB which contains html perex of page[详细]
2023-02-18 19:42 分类:问答Scala (2.8)/Lift (2.2) vs. C# (4.0)/ASP.NET-MVC 3
I have recently been learning Scala in my personal time. At work, I have been learning C#/.NET (4.0). I am not deeply familiar enough with either to be able to more than minimally evaluate either Lift[详细]
2023-02-17 22:23 分类:问答How can I redirect to a new page in lift
I am a total newbie in Scala and Lift, I\'ve been working with that for 2 months only, so I have a lot of trouble with some stuff. I\'ve been reading simply lift and the definitive guide to lift, but[详细]
2023-02-17 14:51 分类:问答