[Lift] Re: Latest snapshot docs missing mapper/record

2009-01-05 Thread Derek Chen-Becker
Doh. Red. Face. I forgot about that split... Derek On Mon, Jan 5, 2009 at 10:02 AM, David Pollak feeder.of.the.be...@gmail.com wrote: That's because mapper and record are separate packages: http://scala-tools.org/mvnsites-snapshots/liftweb/lift-mapper/scaladocs/index.html

[Lift] Re: Latest snapshot docs missing mapper/record

2009-01-05 Thread David Pollak
That's because mapper and record are separate packages: http://scala-tools.org/mvnsites-snapshots/liftweb/lift-mapper/scaladocs/index.html http://scala-tools.org/mvnsites-snapshots/liftweb/lift-record/scaladocs/index.html On Mon, Jan 5, 2009 at 8:58 AM, Derek Chen-Becker

[Lift] Latest snapshot docs missing mapper/record

2009-01-05 Thread Derek Chen-Becker
The subject says it all. Unless this is the wrong link, of course: http://scala-tools.org/mvnsites-snapshots/liftweb/lift-webkit/scaladocs/index.html Derek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] DB/Schemifier Problem

2009-01-05 Thread Daniel Koller
Hi all, I have a problem regarding the Lift framework, where I ask for any helpful comments. The problem is that I access my application database, the database tables do obviously not exist, but they get also not created. The basic situation is like this: - I am working on the ESME solution,

[Lift] Re: DB/Schemifier Problem

2009-01-05 Thread Daniel Koller
David, thx for your feedback. I took the version from Apache SVN,made that maven processing (which I hope takes the right versions of Scala/Lift) and created a WAR file (which I put then manually to a local Tomcat 6 install). If it helps, I can publish the used WAR file. Kind regards, Daniel

[Lift] Re: DB/Schemifier Problem

2009-01-05 Thread David Pollak
Daniel, Please CD into the esme/server directory. Then type svn update to pull the latest from the subversion repository. Then type mvn -U clean install (you should always do a clean install, and -U grabs the latest from the Maven repositories). Finally type mvn jetty:run Please let me know

[Lift] Re: Flot widget

2009-01-05 Thread Francois Bertrand
Also, I'd like to do some code cleanup (e.g., changing Option to Box) in the flot widget. Is that okay? Yes, it is OK. Any other suggestions are welcome --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] accessing the attributes of the XML node associated with a FuncBindParam in bind(...)

2009-01-05 Thread Marc Boschma
I have been playing with the ToDo example application and having fun in manipulating XML. With the todo:list/ node I thought it would be good if the XHTML designer could pass in some guidance to the doList(...) method used in bind(..). ie. todo:list singular=true.../todo:list Looking over

[Lift] Questions about User object and class

2009-01-05 Thread Meredith Gregory
Lifted, i'm looking at this code in githubhttp://github.com/dpp/liftweb/tree/master/lift-mapper/src/main/scala/net/liftweb/mapper/ProtoUser.scala. Lines 258 and 274 - 279 would indicate to me that an object derived from this class -- as i think the User object is in the std lift project archetype