[Lift] Re: simple syntax question

2009-06-17 Thread David Pollak
If you have XML like: you can: bind("my", xml, FuncAttrBindParam("id", nodeseq => nodeseq ++ Text("bar"), "id)) And you get: On Wed, Jun 17, 2009 at 10:21 AM, DavidV wrote: > > For now I have fixed the problem by calling a new method in my snippet > that accesses the variable with { } in t

[Lift] Re: simple syntax question

2009-06-17 Thread DavidV
For now I have fixed the problem by calling a new method in my snippet that accesses the variable with { } in the input tag. I would be interested to know if there is a way to do this with a bind tag directly in the tag in the .html file, because I feel like my current solution is a bit of a klu