[Lift] Re: [SOLVED] Req lazy val xml not working

2009-01-31 Thread Tim Perrett
XML request processing should not work perfectly Is this a philosophical stance a warning, or a typo? typo... XML request processing should now work perfectly. LOL! I'm sorry for the confusion - it was a pure typo - it was about 1:30am GMT so my brain was starting to fail me :-)

[Lift] Re: [scala] Welcome to scala-xml!

2009-01-31 Thread Meredith Gregory
Alex, This is probably way out of scope, but since someone brought up XPath, i couldn't resist... LINQ-like support for XQuery? Best wishes, --greg On Fri, Jan 30, 2009 at 3:34 PM, Alex Cruise a...@cluonflux.com wrote: Hi folks! I'm Alex Cruise (obviously!) I'm a software architect at

[Lift] Re: Suggested breaking changes for XMLApiHelper

2009-01-31 Thread David Pollak
Tim, Please don't change the existing XMLApiHelpers, but feel free to create an alternative. I expect different people are going to have different styles and providing them with lots of alternatives will be important. I'm planning another alternative that will returns failures as different HTTP

[Lift] Re: Tic Tac Toe, Lift Style

2009-01-31 Thread David Pollak
Greg, If you go to the URL with a browser, you'll see a link for public clone URL The correct command is: git clone git://github.com/dpp/lift-samples.git The bad news is that you'll get my presentations on Lift and Scala as well... but you can just delete them. :-) Thanks, David On Fri, Jan

[Lift] Re: Suggested breaking changes for XMLApiHelper

2009-01-31 Thread Tim Perrett
Hey David, Ok splendid - another alternative it is. FYI - I added a few more HTTP code representations to HttpResponse.scala last night... Nothing crazy, but just some other ones I needed. I also need to add some extra parameters to some of them so they directly represent the RFC spec, but

[Lift] S.servletRequest is empty

2009-01-31 Thread Joachim A.
Hi, I was using S.hostAndPath and was surprised that it didn't include the protocoll and path. I've found out that S.servletRequest returns Empty here. The method is called by in an actor. Is some special initialisation necessary for this setup? Thanks, Joachim

[Lift] Re: S.servletRequest is empty

2009-01-31 Thread David Pollak
On Sat, Jan 31, 2009 at 9:21 AM, Joachim A. wallaby.po...@googlemail.comwrote: Hi, I was using S.hostAndPath and was surprised that it didn't include the protocoll and path. I've found out that S.servletRequest returns Empty here. The method is called by in an actor. Is some special

[Lift] Re: S.servletRequest is empty

2009-01-31 Thread Joachim A.
The method is called by in an actor. Is some special initialisation necessary for this setup? The Actor code is outside of the HTTP request/response cycle, so there's no way to access the request information from the Actor. Correct. Next time I'll think a little bit longer :) I'll find

[Lift] Re: S.servletRequest is empty

2009-01-31 Thread David Pollak
On Sat, Jan 31, 2009 at 10:13 AM, Joachim A. wallaby.po...@googlemail.comwrote: The method is called by in an actor. Is some special initialisation necessary for this setup? The Actor code is outside of the HTTP request/response cycle, so there's no way to access the request

[Lift] Scala-tools.org dns broken

2009-01-31 Thread David Pollak
Folks, The DNS server that serves scala-tools.org's name is down. If you're having Maven build issues, they'll resolve once the DNS server is back. I'll change the DNS provider to a more reliable company on Monday. Sorry. David -- Lift, the simply functional web framework http://liftweb.net

[Lift] Cleaning up warnings

2009-01-31 Thread David Pollak
Folks, I've been trying to clean up warnings in the Lift code. I tried to change Prop.property to Prop.forAll as ScalaCheck has deprecated property, but the compiler complained the a String = Boolean was not a Gen. Anybody have a clue how to make these warning go away: [WARNING]