[Lift] Re: Nested binding

2009-09-14 Thread Heiko Seeberger
Jose, please take it from here: http://wiki.github.com/dpp/liftweb/how-to-binding-view-content-to-code Cheers, Heiko 2009/9/14 José María josemariar...@gmail.com Hi, I want to render the content of some tables one after another: table 1 data table 2 data table 3 data I want to

[Lift] Re: Nested binding

2009-09-14 Thread José María
That's what I need Heiko!! But I've another problem, the following code: def estante1 (xhtml : NodeSeq ) : NodeSeq = this.estante(xhtml, Peluches, List(180L,34L,55L) ) def estante (xhtml: NodeSeq, nombre: String, listaProductos : List [Long]) : NodeSeq = { bind(estante, xhtml,

[Lift] Re: Nested binding

2009-09-14 Thread Heiko Seeberger
Jose, Please use - instead of -- The latter is deprecated and seems to do weird things ;-) Cheers, Heiko 2009/9/14 José María josemariar...@gmail.com That's what I need Heiko!! But I've another problem, the following code: def estante1 (xhtml : NodeSeq ) : NodeSeq = this.estante(xhtml,