[Lift] Re: Error while going through the starting guide: prefix not bound to namespace

2009-02-22 Thread David Pollak
On Sun, Feb 22, 2009 at 1:20 AM, babysnakes haim.ashken...@gmail.comwrote: Phew, that was hard It certainly was a tricky problem. In 1.1, I'll put a warning on the console if a situation like this is encountered. Thanks! David I've found the problem. In the TD.scala class I had: def

[Lift] ORM Framework

2009-02-22 Thread Paulo Cheque
Like GORM in Grails, it is possible to use the ORM framework of Lift separately?? There is any tutorial or documentation avaiable? Thanks in advance []s Paulo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] Re: ORM Framework

2009-02-22 Thread Jorge Ortiz
I've used Mapper on desktop apps that don't do http. You lose a lot of the features but it's still usable and sometimes even convenient. YMMV, --j On Sun, Feb 22, 2009 at 4:23 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Sun, Feb 22, 2009 at 3:45 PM, Paulo Cheque

[Lift] File uploads

2009-02-22 Thread Charles F. Munat
I am doing file uploads to several of my sites. Right now, I've hard coded the path to the directory to which the files are saved. This is a pain because it's not the same directory on the production server as it is on the dev server. How can I grab the current path so I can work with that?