[Lift] Re: Snippets and Requests

2009-06-07 Thread marius d.
StatfulSnippet does not actually have session scope. It guarantees that for the same request you get the same snippet instance. If for some reason you still don't want a StatefulSnippet you can put your results in a RequestVar, set the value when you process the form and use it when render the

[Lift] Re: fall-through redirect

2009-06-07 Thread Timothy Perrett
If you look back through the archives I was asking a similiar thing (matching the root) ages ago and we actually ended up adding a isRecursive flag to the rewriting mech - this allows you to tell lift to stop rewriting at the first match and subsequently not get stuck in an impossible loop.

[Lift] Re: New version of master.pdf for the Lift Book

2009-06-07 Thread Derek Chen-Becker
We're going to do a version using real tin type ;) On Fri, Jun 5, 2009 at 9:34 PM, Randall R Schulz rsch...@sonic.net wrote: On Friday June 5 2009, Timothy Perrett wrote: Excellent work Derek - great to see you guys still soldering on with the book effort post publication :-) It's a

[Lift] Re: Snippets and Requests

2009-06-07 Thread Lance Walton
Thankyou, I'll do that then. Regards, Lance --~--~-~--~~~---~--~~ 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, send email to

[Lift] Re: fall-through redirect

2009-06-07 Thread David Pollak
Tim, This isn't a rewriting problem, it's a sitemap problem. Maybe I'll have time today to work on it today. Thanks, David On Jun 7, 2009 5:05 AM, Timothy Perrett timo...@getintheloop.eu wrote: If you look back through the archives I was asking a similiar thing (matching the root) ages ago

[Lift] Re: How to remove leading text in Msgs.error

2009-06-07 Thread Jeppe Nejsum Madsen
On Fri, Jun 5, 2009 at 6:05 PM, marius d.marius.dan...@gmail.com wrote: Committed. Let me know if that works for you. Works perfectly. Thanks /Jeppe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group.

[Lift] Attributes in Menu.item not rendered

2009-06-07 Thread Ewan
I'm trying to create a menu using CSS and links that is a class=nav/ which accoring to the doco I should be able to do with lift:Menu.item name=helpMenu a:class=nav / where helpMenu has been defined in the sitemap. The link renders but the attribute does not. Which incantation did I