lift
MongoMetaRecord MegaProtoUser Password not hashed when signing in
I am using the MegaProtoUser in my Lift/Scala app for managing users. On my running app, I can sign up with a new user normally and he remains singed in just after sign up.[详细]
2023-03-21 12:56 分类:问答How do I sort view list results in a crudify lift "page"?
I am using a CRUD开发者_运维百科ify object to do a simple admin app.I would like to sort the results that the \"list\" page displays.Is there a quick way to do this?[详细]
2023-03-21 09:32 分类:问答Custom toForm generation for MappedField
I can\'t figure out how to properly override toForm (or is it _toForm?) in MappedField. Specifically I\'d like my[详细]
2023-03-21 03:43 分类:问答Lift: How to pass data from JavaScript back to the server
What I have so far: I\'m currently working on a Lift-based project for work. Within the "Browse" section of our site, we have a list of links that cause a "Details" pane to update[详细]
2023-03-20 06:18 分类:问答Javax mail with Lift framework
I\'m having a strange issue. I deploy my webapp to the server (jetty 7.4.3.v20110701), and everything (including mai开发者_高级运维ler) seem to be working fine. Debugging info (got with -Djavax.activ[详细]
2023-03-19 20:48 分类:问答How can I most easily/quickly run the liftweb demo apps?
I\'m attempting to run the liftweb demo apps, available here. The build instructions, here, imply that I can compile them with a single command, but when I try, I get an error complaining about not be[详细]
2023-03-19 10:46 分类:问答List of URL Views / Templates for User in Lift Scala
Im trying to开发者_JAVA技巧 show a list of views for the logged in user. The list consists of the db entities for the user which i can retrieve from them db. Im trying to bind the correct address to t[详细]
2023-03-19 06:22 分类:问答How to override jetty's javax.mail version?
In my pom.xml I have this excerpt to override lift\'s default mailer: <dependency> <groupId>javax.mail</groupId>[详细]
2023-03-19 01:20 分类:问答How can I easily define more complex PartialFunctions in Scala?
PartialFunctions In Scala, a PartialFunction is, in short, a function that additionally defines an isDefinedAt method.[详细]
2023-03-18 10:00 分类:问答Lift Session expires
I am new to lift and trying to write a simple login application. When I leave my login page for some time, and I enter username and password it doesn\'t login instead it perform session expire behavio[详细]
2023-03-18 08:14 分类:问答