[Lift] Re: Revised to-do tutorial

2008-12-22 Thread Saarela
Hi Lift looks really beautiful.. I tried the demo app, tried following the instructions quite closely and created a model Todo.scala, but when I try mvn install jetty:run, the Scala compiler complains that it can't find the package IdPK..I wonder if I'm doing something wrong.. Which version of

[Lift] Re: Bypassing LiftFilter

2008-12-22 Thread Marius
On Dec 22, 3:29 am, Mark Chadwick mark.chadw...@gmail.com wrote: Howdy. From my googling, I'm gathering this is a tall order (due to the servlet spec), but thought I'd ping the list to see if smarter brains than my own had an idea.  The idea is that I have particular URL with strict

[Lift] Re: Revised to-do tutorial

2008-12-22 Thread David Pollak
On Sun, Dec 21, 2008 at 9:56 PM, Saarela attesaar...@gmail.com wrote: Hi Lift looks really beautiful.. I tried the demo app, tried following the instructions quite closely and created a model Todo.scala, but when I try mvn install jetty:run, the Scala compiler complains that it can't find

[Lift] Fwd: [scala] ANNOUNCE: Sublime simpleDB 0.9 (Amazon SimpleDB Binding for Scala)

2008-12-22 Thread David Pollak
This could be a cool backend for the Record/Field stuff! -- Forwarded message -- From: Robin Barooah ro...@sublime.org Date: Sat, Dec 20, 2008 at 9:25 PM Subject: [scala] ANNOUNCE: Sublime simpleDB 0.9 (Amazon SimpleDB Binding for Scala) To: sc...@listes.epfl.ch

[Lift] Using Lift snapshot offline

2008-12-22 Thread Erick Fleming
For those of you who need to work offline for extended periods and are using the SNAPSHOT version of Lift (or any maven project for that matter), then executing mvn -o will only working for a day, since maven attempts to update any snapshoted code day. I was able to bypass this via a snapshots

[Lift] Re: Revised to-do tutorial

2008-12-22 Thread David Pollak
On Sun, Dec 21, 2008 at 2:47 PM, Mark Chadwick mark.chadw...@gmail.comwrote: I'm new to Scala (and consequently Lift), so it's likely an error on my part. But, the snippet for binding user names to the template on page 13 tripped me up a bit. Specifying the return type as NodeSeq property

[Lift] Re: JQuery UI Tabs : JqJE.JqTabs ?

2008-12-22 Thread David Pollak
Joachim, These JavaScript helpers are there for you to send JavaScript from the server to do certain things (e.g., select a tab) to the client. There are no helper methods to generate the XHTML. Sorry. David On Sat, Dec 20, 2008 at 9:04 AM, Joachim A. wallaby.po...@googlemail.comwrote: Hi,

[Lift] Re: Expiring pages via HTTP headers

2008-12-22 Thread David Pollak
Just pushed these changes live: http://github.com/dpp/liftweb/commit/c3d2ec803d0dc1f9aa205be5cbf9c4d327af99c2 Please let me know if Lift is doing the right thing (tm) in terms of never caching a page. On Wed, Dec 10, 2008 at 1:27 PM, Charles F. Munat c...@munat.com wrote: I guess what I'm