[Lift] Re: Dynamic URL creation

2009-08-13 Thread David Pollak
On Thu, Aug 13, 2009 at 3:21 PM, pabraham wrote: > > Hello there, > > I'm stumped! I've got snippet code that is like this: > >val nextpage: String = ... calculate next page number ... > >bind("c", xhtml, > "next" -> next, "next" -> next > > "back" -> back >) > > But whe

[Lift] Re: Dynamic URL creation

2009-08-13 Thread Chris Reeves
Try bind("c", xhtml, "next" -> next, "back" -> back ) I ran into something similar earlier today. Thanks, Chris On Thu, Aug 13, 2009 at 6:21 PM, pabraham wrote: > > Hello there, > > I'm stumped! I've got snippet code that is like this: > >val nextpage: String = ... calculate n