[Lift] Re: serving images from a directory

2010-02-27 Thread Marius
If you want Lift to serve images you should put them in /resources/ toserve folder and reference them as /classpath/{image file} If you want to put images say in /img folder at the same level with / WEB-INF for example, you just reference tham /img/{image file} ... these will not be served by

Re: [Lift] Happy 3rd Anniversary to Lift

2010-02-27 Thread Tim Perrett
Wow, three years already! Man, what an adventure its been!! David I think you also need a big thank you from both the rest of the team and the community - thanks for fostering a community where newbies are welcome and production support is a primary concern. Its been a hell of a ride so

Re: [Lift] Happy 3rd Anniversary to Lift

2010-02-27 Thread Heiko Seeberger
I am proud to be on board and looking forward to the next three years Heiko On Saturday, February 27, 2010, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, Today is Lift's 3rd Anniversary/Birthday! Before I go offline for the weekend, I wanted to give a hearty thanks for the

Re: [Lift] Re: serving images from a directory

2010-02-27 Thread Jack Widman
Thanks Marius. On Sat, Feb 27, 2010 at 4:07 AM, Marius marius.dan...@gmail.com wrote: If you want Lift to serve images you should put them in /resources/ toserve folder and reference them as /classpath/{image file} If you want to put images say in /img folder at the same level with /

[Lift] Eearly functions not working in 280_port_refresh

2010-02-27 Thread Michel
Hi! I compiles Lift myself using the branch 280_port_refresh. I registered a function to be called early in the request cycle to set the web servers character encoding: override def boot { def makeUtf8(r: HTTPRequest) { //will never be called! r.setCharacterEncoding(UTF-8) }

[Lift] Cleanups in lift-record **possible breaking changes**

2010-02-27 Thread Ross Mellgren
Hey all, So as a result of an infelicity in the way records are initialized that tripped up Tim a week or two ago, I'm planning on doing some cleanup to lift-record. It is a breaking change, and it was noted that it'd be good to get opinions on this, so here we are! The original problem was

Re: [Lift] Eearly functions not working in 280_port_refresh

2010-02-27 Thread David Pollak
On Sat, Feb 27, 2010 at 8:32 AM, Michel michel.krae...@googlemail.comwrote: Hi! I compiles Lift myself using the branch 280_port_refresh. I registered a function to be called early in the request cycle to set the web servers character encoding: override def boot { def makeUtf8(r:

[Lift] Re: Using existing Javascript

2010-02-27 Thread Richard
Rick Thanks so much for the pointers and the darwin page. What an awesome community to have such friendly and forthcoming advice. I hope that I can contribute ahead. Thanks again - Richard On Feb 25, 4:39 pm, Rick R rick.richard...@gmail.com wrote: On Thu, Feb 25, 2010 at 12:40 PM, Richard

[Lift] Re: How to execute JsCmd after submit

2010-02-27 Thread sdillard
ok - thanks -- that makes sense and works. On Feb 26, 2:35 pm, Marius marius.dan...@gmail.com wrote: Well it looks like you are submitting a non ajax form. You can easily use ajax forms. something like:   def calcForm(xhtml:NodeSeq):NodeSeq = {     SHtml.ajaxForm(Helpers.bind(f, xhtml,    

[Lift] [lift] scalajpa for 2.8

2010-02-27 Thread sjcarroll6
Are there any known issues with using scalajpa with 2.8? I read one post which indicated scalajpa will need to be updated for 2.8 but it wasn't clear if the existing version was still usable. Thanks, -- View this message in context:

[Lift] How do I add sitemap.xml and robots.txt

2010-02-27 Thread Bob Folkerts
I'm trying to add robots.txt and a sitemap.xml to a web site. My Boot.scala has a snippet that looks like val entries = Menu(Loc(Home, List(index), Home)) :: galleryMenu :: servingYouMenu :: socialSitesMenu :: aboutUsMenu :: Menu(Loc(ContactUs,

[Lift] Re: [lift] scalajpa for 2.8

2010-02-27 Thread sjcarroll6
I was able to locate the 1.2 snapshot. From this I was able to find out that this was initial port for 2.8. I'm trying to read Proj JPA and converting the java code to scala. Since I don't know much about scala or JPA this is proving to be a challenge. If anyone could point me to a simple

[Lift] Re: [Lift committers] Lots to do by end of day on Sunday **Important for Committers**

2010-02-27 Thread Naftoli Gugenheim
Would anyone be able to change my open tickets to after M3? I don't think I'l have a chance to deal with them before code slush. I'm not sure but I think they're 257, 258, 370, and 371. Thanks! - David Pollakfeeder.of.the.be...@gmail.com wrote: Folks, Code