[Lift] Re: Netbeans /lift/

2008-09-01 Thread Oliver
Sorry, the archetypeVersion should be 0.9 as shown in http://liftweb.net/index.php/HowTo_start_a_new_liftwebapp On Mon, Sep 1, 2008 at 1:52 PM, Oliver [EMAIL PROTECTED] wrote: Hi, Lift uses Maven 2 which doesn't require an IDE to run. It's probably possible to add a Maven task within

[Lift] Re: Snippet Failure

2008-09-01 Thread [EMAIL PROTECTED]
David, Marius, It looks like it was an eclipse problem. mvn *clean* jetty:run Where the clean is very important. I now have hello world lift up and running, so thank you very much for your help with this. Just out of interest, which IDE do you use? David Pollak wrote: On Aug 31, 9:43 pm,

[Lift] Re: Documentation

2008-09-01 Thread Charles F. Munat
Thanks, Jim. Will do. Chas. Jim Lloyd wrote: Chas, This is my first post to this group. I'm a friend of David's who has been meaning to learn Scala and Lift for months based on David's praise for Scala and his obvious joy in working on Lift. I finally found some time to dive into

[Lift] Re: JPA and annotations

2008-09-01 Thread Viktor Klang
Hi Oliver! I think you need to qualiify the parameter: @Column(name = NAME) Cheers, Viktor On Mon, Sep 1, 2008 at 9:27 AM, Oliver [EMAIL PROTECTED] wrote: When I try to use the following annotation in a JPA labled entity in a Scala class @Column(columnName) I get a error: wrong number

[Lift] Re: Snippet Failure

2008-09-01 Thread Marius
I'm using Eclipse on Ubuntu but didn't upgrade the plugin to version 2.7.2 ... Br's, Marius On Sep 1, 9:29 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: David, Marius, It looks like it was an eclipse problem. mvn *clean* jetty:run Where the clean is very important. I now have hello

[Lift] Re: JPA and annotations

2008-09-01 Thread Viktor Klang
Seems like my memory doesn't serve anyone any good today either, here's hopefully the working solution (sitting @ work without access to my beloved Scalac. @Column{ var name=O_ID } http://suereth.blogspot.com/2008/04/scala-annotations.html On Mon, Sep 1, 2008 at 12:37 PM, Oliver [EMAIL

[Lift] Re: Documentation

2008-09-01 Thread David Pollak
Rob Dickens wrote: Maybe good documentation starts with good documentation of the source code itself. How many people really understand what even the initialisation stuff does, I wonder; complicated and undocumented enough for me to give up, anyway (which is saying something). Rob, Do

[Lift] Re: Snippet Failure

2008-09-01 Thread David Pollak
On Sun, Aug 31, 2008 at 11:29 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: David, Marius, It looks like it was an eclipse problem. mvn *clean* jetty:run Where the clean is very important. Yep. I now have hello world lift up and running, so thank you very much for your help

[Lift] Re: Logo for Lift

2008-09-01 Thread David Pollak
Viktor Klang wrote: On Mon, Sep 1, 2008 at 2:59 PM, David Pollak [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On Mon, Sep 1, 2008 at 12:15 AM, Viktor Klang [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Yeah, it was frickin awesome. Now, how about

[Lift] Re: json form

2008-09-01 Thread Marius
I also copy pasted your code and it compiles and works fine for me. But if you're using Scala 2.7.2 it might cause problems. Can you try with 2.7.1? Br's, Marius On Sep 1, 8:04 pm, Marius [EMAIL PROTECTED] wrote: Hi, I have pretty much the same code working just fine but the imports are

[Lift] correct place for css

2008-09-01 Thread [EMAIL PROTECTED]
Hi, I have placed all my css in default.css file. Is this wrong? I notice that the demo's put css in the templates-hidden/default.html, but this doesnt seem right to me (especially as my css is quite large), I also see in the api there is a net.liftweb.builtin.snippet.CSS, but it is not

[Lift] Please Welcome Francois Bertrand to the Lift Committers

2008-09-01 Thread David Pollak
Folks, I'm psyched to announce that Francois Bertrand has joined the Lift Committers. Francois wrote the amazing Flot widget for Lift ( http://code.google.com/p/flot-widget-liftweb/ ) as well as other front end components. I'm looking forward to these being rolled into the standard Lift