Hi Torsten,
In your html, you have to use <list:item/> according to how you bind:
> def list(xhtml:NodeSeq):NodeSeq = {
> elem.flatMap(file => bind("list", xhtml, "item" -> <p>file</p>))
> }
> <p><lift:HelloWorld.howdy /></p>
> <lift:HelloWorld.list>
> <item />
> </lift:HelloWorld.list>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---