[Lift] Re: [ANN] Beginning Scala is available for pre-order

2009-01-27 Thread Mark Ryall
Will it be available on the apress alpha program? I really like reading the beta ebooks from manning, oreilly and pragmatic programmers (although it can be a bit inconvenient in that you don't know what's changed between revisions). On Tue, Jan 27, 2009 at 12:15 PM, David Pollak

[Lift] Re: [ANN] Beginning Scala is available for pre-order

2009-01-27 Thread Randinn
Also is Apress planning on a preview pdf with the book order? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group,

[Lift] Re: [ANN] Beginning Scala is available for pre-order

2009-01-27 Thread David Pollak
There has been mention of the APress alpha program PDFs being available. I'll ping the marketing people and let them know there's interest. On Tue, Jan 27, 2009 at 1:24 AM, Mark Ryall mark.ry...@gmail.com wrote: Will it be available on the apress alpha program? I really like reading the beta

[Lift] Potential LiftRules dispatch issue.

2009-01-27 Thread Alli
I wrote a frontend so e.g. localhost:8080/picture/blah.jpg encapsulates /tmp/blah.jpg and will return an InMemoryResponse() with blah.jpg as content. I have something like the following: LiftRules.dispatch.append { case r @ Req(picture :: fileName :: Nil, , GetRequest) = () = ... } Thing

[Lift] Re: Potential LiftRules dispatch issue.

2009-01-27 Thread Tim Perrett
Change the req to this: Req(picture :: fileName :: Nil, jpg, GetRequest) That should then work for you Cheers, Tim On Jan 27, 11:39 pm, Alli allilis...@gmail.com wrote: LiftRules.dispatch.append {   case r @ Req(picture :: fileName :: Nil, , GetRequest) = () =      ... }

[Lift] Re: Potential LiftRules dispatch issue.

2009-01-27 Thread Alli
Thanks chaps, can't believe i didn't spot it :). Cheers, Alfred On Jan 27, 11:48 pm, Tim Perrett he...@timperrett.com wrote: Change the req to this: Req(picture :: fileName :: Nil, jpg, GetRequest) That should then work for you Cheers, Tim On Jan 27, 11:39 pm, Alli allilis...@gmail.com

[Lift] Re: Potential LiftRules dispatch issue.

2009-01-27 Thread Alli
Is it possible to make the extension a wild card somehow, e.g. if i want jpg,png,gif,bmp ? On Jan 27, 11:50 pm, Alli allilis...@gmail.com wrote: Thanks chaps, can't believe i didn't spot it :). Cheers, Alfred On Jan 27, 11:48 pm, Tim Perrett he...@timperrett.com wrote: Change the req to

[Lift] Re: Potential LiftRules dispatch issue.

2009-01-27 Thread Alli
Thanks, will definitely order a PDF or your book when it's out. Cheers, Alli On Jan 27, 11:56 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Jan 27, 2009 at 3:53 PM, Alli allilis...@gmail.com wrote: Is it possible to make the extension a wild card somehow, e.g. if i want

[Lift] jetty EOF errors with lift

2009-01-27 Thread Paul O'Rorke
Hi: I see EOF errors in Jetty when I'm using lift. Is this a known issue or just something that happens frequently with Jetty or (and lift?) or am I doing something wrong that people can advise me about because they've seen this happen before? I'm wondering if the page is beginning to be