[Lift] Re: Logo for Lift

2008-08-31 Thread TylerWeir
Glad to help. On Aug 31, 5:15 pm, David Pollak [EMAIL PROTECTED] wrote: Folks, Tyler and Tim did an awesome job running the Lift logo contest at 99designs.com. Enclosed, please find the SVG and PNG for the new Lift logos. Thanks, David TylerWeir wrote: Hey everyone, We recently

[Lift] Re: Validating Input

2008-09-09 Thread TylerWeir
Take a look at: http://github.com/dpp/liftweb/tree/master/lift/src/main/scala/net/liftweb/mapper/MappedEmail.scala Sample validator for email. On Sep 9, 9:45 am, Tim Perrett [EMAIL PROTECTED] wrote: Hey all, Just having a trawl through the wiki (as its been some time since I last wrote

[Lift] Re: A Lift and Scala presentation at SAP TechEd

2008-09-11 Thread TylerWeir
Well done Dave! On Sep 11, 5:15 pm, Marius [EMAIL PROTECTED] wrote: BRAVO ! On Sep 12, 12:01 am, David Pollak [EMAIL PROTECTED] wrote: http://www.youtube.com/watch?v=JFJMpFkpoQU Marius Danciu wrote: Excellent Dave and congrats! Can't wait to see the videos ... hopefully this time

[Lift] Re: Lift - 1.0 (was: WebService example and versions of Lift)

2008-09-16 Thread TylerWeir
I had a quick conversation with Derek over IM. We're in the process of putting together an outline and schedule for docs. I'll put together a new post as soon as I can (hoping tonight). On Sep 15, 4:44 pm, David Pollak [EMAIL PROTECTED] wrote: Derek, We'd love to have you help out.  Perhaps

[Lift] Re: About _root_

2008-09-24 Thread TylerWeir
I believe this is the genesis: http://www.nabble.com/Unfortunate-package-path-conflict-(security-vulnerability-)-tc19618678.html On Sep 24, 4:13 pm, Marius [EMAIL PROTECTED] wrote: Hi, I understand from SLS what _root_ does ... but I'm wondering what is the reason behind it in lift. What was

[Lift] Re: Simple Build Tool

2008-10-05 Thread TylerWeir
Looks interesting. I subscribed to the list to keep an eye on it. Ty On Oct 5, 1:59 pm, Tim Perrett [EMAIL PROTECTED] wrote: Guys, Check this out: http://code.google.com/p/simple-build-tool/ It appeared a couple of days ago - im wondering if its something we could customize to make

[Lift] Re: Welcome Derek to the Lift committers

2008-10-06 Thread TylerWeir
Welcome Derek! On Oct 6, 1:12 pm, David Pollak [EMAIL PROTECTED] wrote: Folks, Derek Chen-Becker has just joined the Lift committers.  One might ask What took so long?  Derek's been an awesome contributor to the Lift community for more than a year and it's good to see that he's going to be

[Lift] Re: Please welcome Kris Nuttycombe as a Lift committer

2008-10-14 Thread TylerWeir
Welcome Kris! On Oct 14, 9:13 am, Tim Perrett [EMAIL PROTECTED] wrote: Welcome Kris! On Oct 14, 1:13 pm, Viktor Klang [EMAIL PROTECTED] wrote: Glad to have you aboard Kris! On Tue, Oct 14, 2008 at 2:00 PM, Marius [EMAIL PROTECTED] wrote: Welcome Kris! On Oct 14, 2:32 pm, David

[Lift] Re: Lift powered blog project

2008-10-24 Thread TylerWeir
Started watching it. I'll be teefing all the JPA/Hibernate tips I can from it. :) On Oct 24, 11:40 am, Tim Perrett [EMAIL PROTECTED] wrote: Hey guys, I've started a lift-powered blog project: http://github.com/timperrett/bloglite/tree/master Its Lift + JPA, if anyone is interested in

[Lift] Re: *breaking changes* Gravatar widget

2008-11-01 Thread TylerWeir
Much better than my initial impl. Thanks and good stuff. On Nov 1, 7:18 am, Tim Perrett [EMAIL PROTECTED] wrote: Hey guys, I've updated the Gravatar widget that was origionally created by Ty. The implementation now is actually very different. No longer is the Gravatar class an instansiable

[Lift] http://mvnrepository.com/ - In case you didn't know.

2008-11-02 Thread TylerWeir
I was looking for the appropriate definition for the Envers library and I found nothing about it, so I had to poke around the maven repository looking for the right groupId and artifactId. That's because I didn't know about http://mvnrepository.com/. Had I used it, it would have taken 5 seconds

[Lift] Re: Confuddled by CometActor

2008-11-17 Thread TylerWeir
The signature of CometActor changed from 0.9 to 0.10. You built an example application using Lift 0.9 but then Maven pulled the latest version with the new signature. The commit is here: http://github.com/dpp/liftweb/commit/5c561e490e0d6643666c5b4bb4103425e4d24381#diff-0 On Nov 17, 10:38 am,

[Lift] Re: Scala 2.7.2 and documentation?

2008-11-17 Thread TylerWeir
Derek and I expect the first draft of ours in January 2009. On Nov 17, 7:01 pm, Oscar Picasso [EMAIL PROTECTED] wrote: Two book? Wow! Any idea when they are expected? Oscar On Mon, Nov 17, 2008 at 1:51 PM, David Pollak [EMAIL PROTECTED] wrote: On Mon, Nov 17, 2008 at 10:33 AM,

[Lift] Re: scala plugin with lift in netbeans

2008-11-20 Thread TylerWeir
I've had a good experience with the jVi plugin: http://jvi.sourceforge.net/ I've only played with it so far, but if you're a long time Vi(m) user, it will make moving to NetBeans a lot easier. On Nov 19, 9:02 pm, David Pollak [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 3:48 PM, Charles F.

[Lift] Re: Testing for well-formed XML

2008-11-26 Thread TylerWeir
Awesome stuff Jorge! On Nov 26, 8:07 pm, Jorge Ortiz [EMAIL PROTECTED] wrote: Oops, it just test *.htm and *.xhtml files as well. Updated code below. --j   /**    * Tests to make sure the project's XML files are well-formed.    *    * Finds every *.html and *.xml file in src/main/webapp

[Lift] Re: SHtml form inputs and attributes/labels

2008-12-01 Thread TylerWeir
Gah, this is super-handy. Thanks Chas, Dave. On Dec 1, 5:41 pm, David Pollak [EMAIL PROTECTED] wrote: Charles, Thanks for the suggestion. I've just checked up code that looks something like yours:   def ajaxButton(text: NodeSeq, func: () = JsCmd, attrs: (String, String)*): Elem =    

[Lift] Re: Are there printable versions of any draft Lift books?

2008-12-01 Thread TylerWeir
Please keep in mind most things are in flux. Just fair warning. :) On Dec 1, 6:11 pm, mal3 [EMAIL PROTECTED] wrote: Are there printable versions of any draft Lift books? It would help me and would provide an easy basis for feedback to the authors if the Lift books currently in draft were

[Lift] Re: Fwd: ESME article in SAP World magazine

2008-12-02 Thread TylerWeir
Good stuff Dave! The article listed you as SAP Community Member. I would expected Creator of Lift. Give a man his respect! :) Ty On Dec 2, 5:44 pm, David Pollak [EMAIL PROTECTED] wrote: On Tue, Dec 2, 2008 at 2:31 PM, Marc Weber [EMAIL PROTECTED] wrote: Hi David, On Tue, Dec 02, 2008

[Lift] Re: lift-testkit/REST API test example code

2008-12-04 Thread TylerWeir
Hey Dano, For getting examples of how to write tests, the main tree has a bunch of tests in it: http://github.com/dpp/liftweb/tree/master/lift/src/test and http://github.com/dpp/liftweb/tree/master/sites/example/src/test/ Poke around and you'll see that most of the tests are Specs +Scalacheck.

[Lift] Re: The first Lift tutorial: a ToDo application

2008-12-05 Thread TylerWeir
Looks good Dave, good clear explanations. 2 suggestions: 1. 1.13 Display and Editting to do items -- 1.13 Display and Editing to do items 2. You may want to toss in a few screenshots of the app. Ty On Dec 5, 8:09 pm, David Pollak [EMAIL PROTECTED] wrote: Folks, I've got a first draft of

[Lift] Re: maven plugin - scala:console - how to for lift apps - debugging aid

2008-12-10 Thread TylerWeir
What are you attempting? if you run: import com.your.classpath.model._ You should be able to create and play with model objects. What are you looking to do? On Dec 10, 1:39 pm, Dano [EMAIL PROTECTED] wrote: Hello Lifters, I am looking into using the maven scala:console plugin as an aid to

[Lift] Re: Rough draft of JPA scaffolding

2008-12-13 Thread TylerWeir
Super good stuff Derek! On Dec 13, 12:25 am, Kris Nuttycombe kris.nuttyco...@gmail.com wrote: Hi, Derek, Have you considered making ScalaEntityManager a trait that can be mixed into something that provides an EntityManager, rather than an abstract class decorating one? I've taken that

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-18 Thread TylerWeir
Hey Darren, Something like this: // Old and busted LiftRules.prependDispatch(RestAPI.dispatch) // New hotness LiftRules.dispatch.prepend(RestAPI.dispatch) Lather, rinse and repeat for dispatch, rewrite, etc Better, or worse? Ty On Dec 18, 4:47 pm, Darren Hague dha...@fortybeans.com wrote:

[Lift] Ubiquity command for Lift's API.

2008-12-31 Thread TylerWeir
Ubiquity 0.1.3 came out, so I bashed together a command to search the Snapshot API. http://gist.github.com/42049 It performs a site-specific Google search of http://scala-tools.org/mvnsites-snapshots/liftweb/lift-webkit/scaladocs/ And you can learn about Ubiquity here:

[Lift] Re: Flot Widget

2009-01-06 Thread TylerWeir
Awesome, I just looked at the Flot+Comet stuff, some cool stuff could be done with that. Nice stuff Dave and Francois! On Jan 6, 8:15 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I've just updated the Flot widget (which is pretty cool) to be more Lift-like. I've changed

[Lift] Re: Does memcache fit in here somewhere?

2009-01-07 Thread TylerWeir
Hey Bob, less about memcached and more about Lift in general, take a look at the book, Marius, Derek and I are writing: http://github.com/tjweir/liftbook/tree/master We'd love to get your feedback as a PHP guy. Thanks, Tyler On Jan 6, 10:27 pm, Bob Eastbrook baconeater...@gmail.com wrote: I'm

[Lift] Re: Swampland

2009-01-10 Thread TylerWeir
I've used Fogbugz, Bugzilla and Mantis for a while now. The one complaint I have for all of them is that they're ugly. Ugly like the devil's face. All of them let you save filters/queries so I can easily hit All Regressions by Tyler and see how I'm holding up the product from shipping. I would

[Lift] Re: Scala 2.7.3 and Lift testing

2009-01-12 Thread TylerWeir
That's good news, or at least the precursor to good news. On Jan 12, 8:21 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I've been running tests all day long creating and destroying Lift sessions (Lift sessions have Actors and the 2.7.2 reference retention was causing Out of

[Lift] Re: Lift 0.10

2009-01-14 Thread TylerWeir
w00p! Super good stuff by everyone! On Jan 14, 5:56 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, After many months of breaking changes, the Lift team is proud to announce Lift 0.10.  Lift 0.10 has frozen APIs and barring any material problems, the 0.10 APIs will be the

[Lift] Re: *Breaking Changes* Getting down and CRUDy

2009-01-19 Thread TylerWeir
CRUDify is sweeet! (extra e for extra sweet) On Dec 2 2008, 2:02 pm, David Pollak feeder.of.the.be...@gmail.com wrote: :-) On Dec 2, 2008 11:00 AM, Derek Chen-Becker dchenbec...@gmail.com wrote: I just found this email while researching all of the CRUD stuff in mapper. One word:

[Lift] Re: [ANN] Beginning Scala by David Pollak (published by APress)

2009-01-21 Thread TylerWeir
Awesome! Congrats Dave. On Jan 21, 1:20 pm, Viktor Klang viktor.kl...@gmail.com wrote: Wonderful, David! :) Cheers! Viktor On Wed, Jan 21, 2009 at 7:15 PM, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I'm writing *Beginning Scala* for APress.  It should be out by

[Lift] Starting with Lift - a quick-start.

2009-01-22 Thread TylerWeir
You can find a quick-start guide that allows you to jump right into Lift development here: http://static.liftweb.net/StartingWithLift.pdf This combines a tutorial written by Dave Pollak with the first chapter of the Lift book, http://www.github.com/tjweir/liftbook/ .

[Lift] Re: Jorge's birthday ...

2009-01-30 Thread TylerWeir
Happy Birthday Sir! On Jan 30, 4:44 am, Tim Perrett he...@timperrett.com wrote: Happy birthday Jorge!! On Jan 30, 8:34 am, Viktor Klang viktor.kl...@gmail.com wrote: Grattis på födelsedagen! On Fri, Jan 30, 2009 at 9:30 AM, David Bernard david.bernard...@gmail.comwrote: Bon

[Lift] Re: Fwd: [scala-user] ANN: 1st ever Chicago-Area Scala Enthusiasts Meeting, 2/19 at ThoughtWorks

2009-02-04 Thread TylerWeir
I need to get something like this going in Toronto. On Feb 4, 2:30 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Gettin' the word out! -- Forwarded message -- From: Dean Wampler deanwamp...@gmail.com Date: Wed, Feb 4, 2009 at 11:22 AM Subject: [scala-user] ANN: 1st

[Lift] Re: Work on the ESME REST APIs (and some stuff that will be rolled into Lift)

2009-02-04 Thread TylerWeir
Really excellent stuff Dave. I look forward to incorporating this stuff as soon as it appears. Thanks. On Feb 4, 3:45 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I'm been working on the updates to the ESME REST APIs. I've reduced the call cycle to something that looks

[Lift] Re: IMPORTANT: Library Upgrades

2009-02-12 Thread TylerWeir
Damn Jorge, nice stuff. Comprehensive. On Feb 12, 1:50 pm, Jorge Ortiz jorge.or...@gmail.com wrote: I've upgraded the dependencies for all of the Lift components and sample projects. I used the latest backward-compatible version that was available on public Maven repositories. (See below for

[Lift] Re: thanks

2009-02-13 Thread TylerWeir
Jorge, this would be great. I'd really appreciate anything you do in this area. Cheers, Ty On Feb 13, 12:58 am, David Bernard david.bernard...@gmail.com wrote: On Fri, Feb 13, 2009 at 05:43, Oliver ola...@gmail.com wrote: If you could that would be great! On Fri, Feb 13, 2009 at 10:55

[Lift] Re: Design + Logo Tweaks

2009-02-26 Thread TylerWeir
I like the changes. Do you have a bigger version? On Feb 26, 4:21 pm, Ron Kurti theperfectb...@gmail.com wrote: This is my first post. I expressed interest to David about helping out with the look feel of LIFT so that the design gets as much attention to detail as the code. As a

[Lift] Re: Issue with http://liftweb.net site design (IE7 / Opera 9.63)

2009-02-27 Thread TylerWeir
--- On Thu, Feb 26, 2009 at 2:19 PM, Derek Chen-Becker dchenbec...@gmail.comwrote: For that matter, are you doing the modifications to the original SVG, or to a rasterized version? On Thu, Feb 26, 2009 at 3:50 PM, TylerWeir

[Lift] Re: Open source password strength analyzer?

2009-02-27 Thread TylerWeir
Looking for a jQuery one: http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/ Demo: http://phiras.googlepages.com/PasswordStrengthMeter.html Download: http://phiras.googlepages.com/PasswordStrengthMeter.zip Ty On Feb 27, 1:48 pm, David Pollak

[Lift] Re: Open source password strength analyzer?

2009-02-27 Thread TylerWeir
After googling for a while, I found nothing. Sorry. On Feb 27, 2:01 pm, David Pollak feeder.of.the.be...@gmail.com wrote: How about server-side... and one that does dictionary word testing? On Fri, Feb 27, 2009 at 10:58 AM, TylerWeir tyler.w...@gmail.com wrote: Looking for a jQuery

[Lift] Re: OS X lift installer

2009-02-27 Thread TylerWeir
Jon, You don't need a net connection all the time, but you do need it the first time to pull all the dependencies. After you have it up and compiling, you can issue mvn -o target and use maven in offline mode. On Feb 27, 5:03 pm, Jon Hancock shellsha...@gmail.com wrote: thanks.  based on

[Lift] Re: Is there a reason why the getting started PDF is for version 0.1.0?

2009-03-03 Thread TylerWeir
Derek, it's in our repo: http://github.com/tjweir/liftbook/tree/ebed9de5ca9f59895357b759f60013e33b637ca9/getting_started Ty On Mar 3, 9:38 am, Derek Chen-Becker dchenbec...@gmail.com wrote: I've already opened a ticket on this:

[Lift] Re: Awesome Scala, Lift, EMSE, and Buy a Feature press

2009-03-04 Thread TylerWeir
Excellent stuff! On Mar 4, 2:55 pm, David Pollak feeder.of.the.be...@gmail.com wrote: http://www.adtmag.com/article.aspx?id=24080 -- Lift, the simply functional web frameworkhttp://liftweb.net Beginning Scalahttp://www.apress.com/book/view/1430219890 Follow me:http://twitter.com/dpp Git

[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-04 Thread TylerWeir
Hi Jeff, I just downloaded the pdf. If you look for section 2.4 named Boot and Schemifier you'll see: Listing 2.4: Updated Schemifier line Schemifier.schemify(true, Log.infoF _, User, ToDo) Does that help? Ty On Mar 4, 9:12 pm, jeff.chen.gr...@gmail.com jeff.chen.gr...@gmail.com wrote: Hi

[Lift] Re: MappedTextarea problem

2009-03-06 Thread TylerWeir
blueprintCSS which is more than likely the CSS boss for your app defines textarea style in screen.css. I tend to add a dedicated stylesheet for just such an overriding- required situation. Tyler On Mar 3, 5:05 pm, Derek Chen-Becker dchenbec...@gmail.com wrote: I agree with Joachim, this is

[Lift] Re: Lift's documentation

2009-03-08 Thread TylerWeir
We understand the number of steps required to get the book into pdf. We've been chatting about pushing out a site using CommentPress. There will be an announcement soon that will make it a lot easier to get the book. Tyler Matlik wrote: I've only just started looking into Lift, and my first

[Lift] Re: Archetype Compile Problems

2009-03-08 Thread TylerWeir
Which version of scala do you have? Type scala -version on the commandline. If you're using Lift 1.0, you'll need scala 2.7.3. In your pom.xml file, look for scala.version. Tyler On Mar 8, 4:51 am, johannes johannes.schu...@gmail.com wrote: Hi all, I wanted to get started with lift this

[Lift] Re: Adding MappedDecimal to Mapper?

2009-03-10 Thread TylerWeir
Considering that we use it for PocketChange, it would make life a bit easier for us. We haven't run into any issues yet either so, it would be awesome if it was in Lift proper. On Mar 10, 4:47 am, David Pollak feeder.of.the.be...@gmail.com wrote: Go for it. On Tue, Mar 10, 2009 at 12:26 AM,

[Lift] Re: Is there a LiftConsole that load your models for development/testing?

2009-03-10 Thread TylerWeir
I have lift built from the github repo, typically like mvn clean install Then from your project you can run mvn scala:console - DmainConsole=LiftConsole You'll get a scala REPL and you can then import the things you'd like: import net.liftweb.mapper import net.liftweb.mapper._ And I then pull

[Lift] Re: More docs?

2009-03-10 Thread TylerWeir
Derek, Marius and I are writing a book for Lift: http://github.com/tjweir/liftbook/tree/master and http://cloud.github.com/downloads/tjweir/liftbook/master-20090309.pdf On Mar 10, 3:07 pm, Heiko Seeberger heiko.seeber...@googlemail.com wrote: I recently worked through Starting with Lift. Great

[Lift] Re: Required goal not found: archetype:generate

2009-03-12 Thread TylerWeir
What do you get from mvn -version ? On Mar 12, 12:30 pm, erik.fris...@googlemail.com erik.fris...@googlemail.com wrote: Hi guys, I am just starting out with lift. I wanted to work my way through the Getting Started Example. But I just can't get maven to work correctly. When I run mvn

[Lift] Re: Required goal not found: archetype:generate

2009-03-12 Thread TylerWeir
Oh, by the way, pro-tip: You can poke around in the mvn repo online here: http://scala-tools.org/repo-releases/net/liftweb/ You can see that the older command was looking for version 0.1 of lift-archetype-blank and that's just crazy talk! Ty On Mar 12, 1:09 pm, TylerWeir tyler.w...@gmail.com

[Lift] Re: Required goal not found: archetype:generate

2009-03-12 Thread TylerWeir
to see the BUILD SUCCESSFUL I will pop me a cold one and celebrate... On Mar 13, 4:09 am, TylerWeir tyler.w...@gmail.com wrote: Grab the PDF again, looks like you have the slightly older one with a version typo.  Run this badboy: mvn archetype:generate -U \ -DarchetypeGroupId

[Lift] Re: Required goal not found: archetype:generate

2009-03-12 Thread TylerWeir
Erik, I have sent you some mail. And I used the internet. Tyler On Mar 12, 1:34 pm, TylerWeir tyler.w...@gmail.com wrote: o, k.  Since I'm getting the same error and I'm unsure why, try this on: mvn -e archetype:generate then you'll get a list mvn can make for you.  lift-blank

[Lift] Re: Change default port 8080

2009-03-15 Thread TylerWeir
mvn -Djetty.port= jetty:run A google search would tell you this as well. On Mar 15, 2:37 pm, Tobias Daub hannes.flo...@gmx.li wrote: Hi Folks, Does anybody know how I can change the default port 8080? thanks! Tobias --~--~-~--~~~---~--~~ You received

[Lift] Re: XML unescaping

2009-03-17 Thread TylerWeir
scala val title = Catsby amp; Twisp +1 for the Penny Arcade reference. On Mar 16, 8:51 am, Derek Chen-Becker dchenbec...@gmail.com wrote: Well, it may be that the XML output portion of Scala is escaping your ampersands a second time. For instance, check out this session in the interpreter:

[Lift] Re: Lists in snippets / Snippet Failure

2009-03-20 Thread TylerWeir
What am I missing? I assume there is a problem with the fruits method signature. Do snippet methods havve to return NodeSeq? Yes, if you change it to this, you'll be good to go: def fruits(xhtml:NodeSeq): NodeSeq = { List(apple, orange, banana).flatMap( fruit = bind(f, xhtml,

[Lift] Re: Lift as a UI in server side OSGi

2009-03-20 Thread TylerWeir
The only breakage that I can see is that Req.request is going to turn from an HttpServletRequest to Box[HttpServletRequest] The rest will be under the covers. This is pretty damn exciting. On Mar 20, 10:24 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Fri, Mar 20, 2009 at 1:52

[Lift] Book Announcement: Exploring Lift: Scala-based Web Framework

2009-03-20 Thread TylerWeir
Derek, Marius and I are happy to announce: Exploring Lift: Scala-based Web Framework http://www.apress.com/book/view/1430224215 Lift is an exciting new framework that leverages the Scala programming language to offer an innovative approach to creating web applications. Lift provides enormous

[Lift] Re: Book Announcement: Exploring Lift: Scala-based Web Framework

2009-03-20 Thread TylerWeir
It's the exact same content. Thanks, Tyler ... How does this book relate to your open-source book: - http://github.com/tjweir/liftbook/tree - http://groups.google.com/group/the-lift-book Randall Schulz --~--~-~--~~~---~--~~ You received this message

[Lift] Re: Where are the lift jars?

2009-03-21 Thread TylerWeir
PocketChange app, and I can get it to run (although the current version is quiet broken and I had to create a postgres db user) but Could you expand on quite broken please? On Mar 20, 4:46 pm, Alex a...@liivid.com wrote: This is a n00b question, but I've spent a bit too much time trying to

[Lift] Re: How to correctly use MappedDateTime

2009-03-22 Thread TylerWeir
Can you add some of your code? How you're using MappedDateTime in your snippet and the definition in the model would be a good start. On Mar 21, 9:34 pm, tclendenen tim...@hotmail.com wrote: As an exercise I've added a deadline object to the ToDo class.  It works as expected except that the

[Lift] Re: lift on vista

2009-03-29 Thread TylerWeir
You typed mvn jetty::run with two colons, is that a typo. Also, does the console say something like this: 2009-03-29 16:59:13.557::INFO: No Transaction manager found - if your webapp requires one, please configure one. 2009-03-29 16:59:15.258::INFO: Started selectchannelconnec...@0.0.0.0:8080

[Lift] Re: Mapper, defaults, and not null

2009-03-29 Thread TylerWeir
Check out: http://github.com/dpp/liftweb/blob/f5a24da9309be6d515540c63237e094debe12932/lift-mapper/src/main/scala/net/liftweb/mapper/MappedField.scala You're looking for: defaultValue, object name extends MappedString(this, 100) { override def defaultValue = bradford } On Mar 29, 4:36 pm,

[Lift] Re: Welcome Jonas Bonér to the Lift committer s

2009-03-30 Thread TylerWeir
w00p w00p! Welcome! On Mar 30, 12:52 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, Please join me in welcoming Jonas as a Lift committer.  I had the pleasure of meeting Jonas as QCon in London this month.  Jonas, Tim, and I went out a grabbed a few pints and chatted.  I

[Lift] Re: Derek's #1

2009-03-30 Thread TylerWeir
Wow. I can't guarantee that I'll always be helpful, but I'll keep trying :) You've been super helpful. On Mar 30, 12:39 pm, Derek Chen-Becker dchenbec...@gmail.com wrote: On Mon, Mar 30, 2009 at 10:15 AM, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, It's almost the end

[Lift] A gap in my knowledge, JsCommands

2009-03-31 Thread TylerWeir
I'm wading into an area that I'm a bit unfamiliar with and not sure if I'm running in a bug. Snippet code: class HelloWorld { def ajaxFunc1() : JsCmd = JsRaw(alert('Button1 clicked')) def ajaxFunc2(str: String) : JsCmd = { Log.info(Received + str) JsRaw(alert('Button2 clicked')) }

[Lift] Re: MappedDateTime - Do we have a Date? Or is it a timestamp?

2009-03-31 Thread TylerWeir
For an internal project I used JodaTime, twas a dream. I have switched to using MappedLong along with Unix time for dates now. ( hooray for ancedotes! ) On Mar 31, 3:21 pm, Jorge Ortiz jorge.or...@gmail.com wrote: I was on IRC trying to help Clemens with this. The name (MappedDateTime),

[Lift] Re: A gap in my knowledge, JsCommands

2009-04-01 Thread TylerWeir
partial rendering) I.e. somefun('F687305521435R3K',lift_ajaxHandler) instead of somefun(F687305521435R3K,lift_ajaxHandler) (Note the single-quotes.) Derek On Tue, Mar 31, 2009 at 9:57 AM, TylerWeir tyler.w...@gmail.com wrote: I'm wading into an area that I'm a bit unfamiliar

[Lift] Re: A gap in my knowledge, JsCommands

2009-04-01 Thread TylerWeir
, 9:37 am, TylerWeir tyler.w...@gmail.com wrote: Excellent, thanks Derek, Vik, I'm back on this today. On Apr 1, 9:03 am, Viktor Klang viktor.kl...@gmail.com wrote: On Wed, Apr 1, 2009 at 2:55 PM, Derek Chen-Becker dchenbec...@gmail.comwrote: It looks like it's missing a function call

[Lift] Re: A gap in my knowledge, JsCommands

2009-04-01 Thread TylerWeir
I pushed code to SHtml.scala to fix ajaxCall and ajaxInvoke. It's here: http://github.com/dpp/liftweb/tree/tjweir-shtml-js-fix On Apr 1, 10:59 am, TylerWeir tyler.w...@gmail.com wrote: Rewriting ajaxCall_* to incorporate Vik's idea fixes this:   private def ajaxCall_*(jsCalcValue: JsExp

[Lift] Re: The Lift 1.1 list

2009-04-01 Thread TylerWeir
I gotta be honest, with April Fools, I was scared to click on goatrodeo.org... On Apr 1, 12:11 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I think we've got our Lift 1.1 list.  If anyone has anything to add, please speak up now.    - Improved documentation: better

[Lift] Re: Howto re-initialize database

2009-04-06 Thread TylerWeir
The default setup uses Apache Derby[1], which is an in-memory db. You are free to use other DBs, most commonly used would be MySQL and PostgreSQL, although there are others. Take a look here, http://wiki.liftweb.net/index.php?title=Cheat_Sheet#Connection_String_Quickies [1]

[Lift] Re: Scala-tools.org is down

2009-04-06 Thread TylerWeir
Boo-urns. On Apr 6, 2:26 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, Someone was doing a denial of service attack on scala-tools.org.  I've had to shut the machine down.  I'm working on getting the static snapshot of Scala-tools onto another machine. Sorry for the

[Lift] Re: Rails - Lift

2009-04-09 Thread TylerWeir
It's not an editor/IDE war unless someone brings up Vim or Emacs, so... I've been using Vim+Scala+Ctags since I started. I'd recommend not getting hung-up on which editor is the best just start coding. On Apr 9, 3:01 pm, Charles F. Munat c...@munat.com wrote: I was thinking that I'd start

[Lift] Re: Is the demo supposed to be not working?

2009-04-09 Thread TylerWeir
Can you give it another shot? It looks fine to me. The server is recovering from a bit of unpleasantness, so this may be transient. On Apr 9, 2:19 pm, d...@felstar.com d...@felstar.com wrote: i.e. http://demo.liftweb.net/ Gives Bad gateway.

[Lift] Re: Help with PocketChange project

2009-04-12 Thread TylerWeir
It's probably better to send PocketChange questions to the Lift Book list, which is here http://groups.google.com/group/the-lift-book/ And there is a thread regarding your issue here: http://groups.google.com/group/the-lift-book/browse_frm/thread/7791a6f79654d568 If you open Boot.scala, you'll

[Lift] Re: Liftweb without Maven?

2009-04-14 Thread TylerWeir
expected output. I don't want to bother with Maven at this time. Can You'll have a better experience if you take the time to learn how maven works. On Apr 14, 7:11 am, tk050305cnx tk050305...@gmail.com wrote: I am new to Liftweb. Unfortunately, the example app in the getting started doc did

[Lift] Re: lift plugins/extensibility?

2009-04-14 Thread TylerWeir
Btw, is there a good CMS module??? Not currently. I would *love* to rewrite Wordpress+WordpressMU +Buddypress. I have been talking about it for more than a year though. :( On Apr 14, 11:23 am, Mick Delaney mickdela...@gmail.com wrote: sorry guys. i didnt realise it was moderated (doh!!).

[Lift] Re: CRUDifying a model

2009-04-16 Thread TylerWeir
Look at the definition of Loc in Loc.scala And look at Entry.scala in HelloLift: val sitemap = List(Menu(Loc(CreateEntry, List(entry), Create An Entry, If(User.loggedIn_? _, Please login))), Menu(Loc(ViewEntry,

[Lift] Re: Getting Lift and Eclipse to make sweet sweet love.

2009-04-16 Thread TylerWeir
Ok, I grabbed the right version. I also added the Lift .jars from my .m2 repository to my Build Path. That seems to be it. All is happy happy. Thanks Miles, great stuff. On Apr 16, 10:55 am, Miles Sabin mi...@milessabin.com wrote: On Thu, Apr 16, 2009 at 3:51 PM, TylerWeir tyler.w

[Lift] Re: CRUDifying a model

2009-04-16 Thread TylerWeir
Excellent! On Apr 16, 7:53 pm, David Pollak feeder.of.the.be...@gmail.com wrote: I've added new CRUDify stuff for 1.1 (Hudson is building right now). There are 4 methods that you can override:   def showAllMenuLocParams: List[Loc.LocParam] = Nil   def createMenuLocParams: List[Loc.LocParam]

[Lift] Re: Road Map of Lift

2009-04-17 Thread TylerWeir
1.1 thread: http://groups.google.com/group/liftweb/browse_thread/thread/aca84784b81a6a2c/5539edffc1c874d1?lnk=gstq=1.1#5539edffc1c874d1 On Apr 17, 5:27 am, Amit Kumar Verma cdac.a...@gmail.com wrote: Hi David, We are using the lift-scala framework for our development and thinking about it

[Lift] Re: Welcome Atsuhiko Yamanaka to the Lift Committers

2009-04-18 Thread TylerWeir
Welcome sir! On Apr 18, 1:19 am, marius d. marius.dan...@gmail.com wrote: Welcome,welcome,welcome ! On Apr 18, 1:42 am, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I am pleased at announce that Atsuhiko Yamanaka has joined the Lift committers.  He did some great Google

[Lift] Re: Scala Exception

2009-04-20 Thread TylerWeir
Did you clean first? Is this new code? Can you copy the code in that it's complaining about? In the future, include more information in the original message. You'll get more help if you make it easy to help you. On Apr 20, 1:26 am, sailormoo...@gmail.com sailormoo...@gmail.com wrote: Hi :

[Lift] Re: Lift and Bespin... a new way to develop web apps...

2009-04-21 Thread TylerWeir
o m g. This is going to be sick! On Apr 21, 7:07 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, I spent an hour with Dion Almaer http://almaer.com/blog/ yesterday.  Dion is one of the guys behind Bespin https://bespin.mozilla.com/. Dion and I blocked out how Lift, when

[Lift] Re: CRUDifying a model

2009-04-22 Thread TylerWeir
Can you give a short code sample how to override, please. There are many examples, please take a look at the source on github. On Apr 22, 4:00 am, Tobias Daub hannes.flo...@gmx.li wrote: Hi Dave, First, is this 1.1 version already in the repository, will maven automatically get it?

[Lift] Re: scala-tools.org is down

2009-04-22 Thread TylerWeir
Seems fine to me. Can you try again? On Apr 22, 9:45 am, smlz marco.schm...@gmail.com wrote: Hi list scala-tools.org seems to be down. Is there a backup somewhere with the liftweb documentation? Thanks, Marco --~--~-~--~~~---~--~~ You received this

[Lift] Re: lift-amqp, RabbitMQ and Subscriptions?

2009-04-22 Thread TylerWeir
You may want to talk to Steve Jenson (aka @stevej) about your app needs. I'm not sure he still visits the list, so twitter may be the best avenue. On Apr 22, 6:48 pm, Tim Perrett timo...@getintheloop.eu wrote: Guys, Im just starting to look at RabbitMQ and lift-amqp. I have a situation

[Lift] Re: Giving a presentation: ideas?

2009-04-23 Thread TylerWeir
You may consider showing: - comet coolness - either the chat or the tic tac toe app, get someone to play against you - the cleanliness of the templates - the scalability, high bang for buck - the cleanliness of the language - the simplicity of adding an API with the rewrites HTH On Apr 23, 3:07 

[Lift] Re: Feedback on screen cast, please

2009-04-24 Thread TylerWeir
The fact it's real-time is excellent. It's the right amount of info/code to whet someone's appetite to dive into Lift a bit more. And since the amount of code is small, someone would be able to follow along easily. The areas of improvement would be upping to production levels a bit. The

[Lift] Re: jQuery datePicker?

2009-04-28 Thread TylerWeir
Grab the git repo for PocketChange, we just the UI Datepicker: http://github.com/tjweir/pocketchangeapp/tree On Apr 28, 12:06 pm, Andrew Scherpbier and...@scherpbier.org wrote: Scala, Javascript, and Lift newbie question: How do I integrate the jQuery datepicker? I'd like to enforce some

[Lift] Re: jQuery datePicker?

2009-04-28 Thread TylerWeir
And by just I mean use What an odd typo. On Apr 28, 1:44 pm, TylerWeir tyler.w...@gmail.com wrote: Grab the git repo for PocketChange, we just the UI Datepicker:http://github.com/tjweir/pocketchangeapp/tree On Apr 28, 12:06 pm, Andrew Scherpbier and...@scherpbier.org wrote: Scala

[Lift] Re: textarea overrides?

2009-05-03 Thread TylerWeir
If you're using the standard CSS, it's likely blueprint is controlling the size: http://blueprintcss.org/blueprint/src/forms.css On May 3, 6:16 pm, Meredith Gregory lgreg.mered...@gmail.com wrote: Lifted, i gave up on trying to understand how to to the brain-dead simple version of what i

[Lift] Lift picking up momentum

2009-05-06 Thread TylerWeir
Just an FYI: http://www.scala-lang.org/node/1702 Lift a Web Framework, is receiving more attention, growing a commercial user base and gaining momentum. In the May/June 2009 Edition of the IEEE Internet Computing journal Steve Vinoski publishes an article Scala and Lift - Functional Recipes for

[Lift] Re: How about a lift + sling marriage

2009-05-07 Thread TylerWeir
that's about it. Don't I need a REST server that can handle the GET, POST, DELETE, etc. commands and work with the the mapper objects? I think that's any good idea for a sample app. I'll try to make time for it soon. On May 7, 4:29 pm, glenn gl...@exmbly.com wrote: You are probably correct

[Lift] Re: Lift-amqp diagram - sense check?

2009-05-16 Thread TylerWeir
Timmy, I'm being a bit selfish, but I'd love to see an example app with AMQP. I'd be happy to help out however I can. Ty On May 15, 8:08 pm, Timothy Perrett timo...@getintheloop.eu wrote: Sorry for answering my own question here, but just decided to jump right in and see if this was correct

[Lift] Re: Lift-amqp diagram - sense check?

2009-05-16 Thread TylerWeir
, at 12:46, TylerWeir tyler.w...@gmail.com wrote: Timmy, I'm being a bit selfish, but I'd love to see an example app with AMQP. I'd be happy to help out however I can. Ty On May 15, 8:08 pm, Timothy Perrett timo...@getintheloop.eu wrote: Sorry for answering my own question here

[Lift] Re: Why do geeks like to use the language of ancient Ashdod instead of koine Greek or simple English?

2009-05-18 Thread TylerWeir
+1 oddest thread on the lift group so far. On May 18, 7:42 pm, Charles F. Munat c...@munat.com wrote: I don't know what your Ph.D. is in, but I hope it's not poetry. Chas. johnnie wrote: On May 17, 5:28 pm, Timothy Perrett timo...@getintheloop.eu wrote: Johnie, What on earth are

  1   2   >