[Lift] LoanWrapper

2009-05-09 Thread Charles F. Munat
Why is it called "LoanWrapper"? Chas. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, send email to liftwe

[Lift] Confusion about Lift-Core

2009-05-09 Thread Charles F. Munat
What exactly is Lift-Core. When I read Chapter 7 of the Lift book, it says that Lift-Core is "The engine of the framework responsible for the request/response lifecycle, the rendering pipeline, invoking the user's functions, etc. We don't directly cover the core in this book because essentiall

[Lift] Record-aware secondary menu?

2009-05-09 Thread Clemens Oertel
Hi, In addition to the usual primary menu (Home, List entries, Add entry, Log in/out, ...), I would like to introduce a secondary, record-aware menu to my site. The entries in this menu would contain, for example, "Edit current record", "Delete current record", "Show current record", ...

[Lift] Re: [patch] work around for errors running unit tests in IDEA/NetBeans

2009-05-09 Thread David Pollak
Folks, I think this patch is cool. Can one of the committers integrate it? Thanks, David On Tue, Apr 28, 2009 at 8:49 AM, James Strachan wrote: > > I was trying out various IDEs to run the unit tests in the lift-webkit > module and was getting errors. I guess due to recent changes in scala >

[Lift] Re: Locale/Language in URL?

2009-05-09 Thread marius d.
Yeah ... Please see LiftRules.urlDecorate In your boot you can say something like: LiftRules.urlDecorate.append { case url => // here add the code that will add the lang query parameter } With this, all URI-s toward your app should have the information you appended. Br's, Marius On May