[Lift] Re: Decoupling Lifts Template System

2009-03-19 Thread Jorge Ortiz
I hadn't thought about localization. That makes things a bit trickier. Part of my goal was to make methods that allow you to easily access template functionality programmatically. For example: def lift_surround(template: Box[String], at: Box[String])(child: NodeSeq): NodeSeq def lift_snippet(

[Lift] Re: Decoupling Lifts Template System

2009-03-19 Thread TylerWeir
I thought Jorge was talking about this. Maybe he'll jump in. On Mar 19, 3:58 pm, David Pollak wrote: > It would be very tough because the templating system is all about the > current state which is all about S and LiftRules. > > On Mar 19, 2009 12:41 PM, "Tim Perrett" wrote: > > Guys, > > What

[Lift] Re: Decoupling Lifts Template System

2009-03-19 Thread David Pollak
It would be very tough because the templating system is all about the current state which is all about S and LiftRules. On Mar 19, 2009 12:41 PM, "Tim Perrett" wrote: Guys, What would it take to decouple Lifts template system? Specifically, im interested in reusing a bunch of the localization