You can use multiple bind pointx by the means of

<lift:surround with="default">

  <lift:with-param name="social">Your tag soup</lift:with-param>
  <lift:with-param name="content">Your tag stue</lift:with-param>
  ...
<l/ift:surround>

 tag.

Br's,
Marius

On Aug 16, 9:34 pm, "[email protected]"
<[email protected]> wrote:
> Greetings. I've googled quite a while for a very obvious feature that
> all templating engines out there have and it seems like Lift does not.
> I'm talking about multiple bind tags in a template.
> Example should explain best.
>
> <html>
> <head>
> <title><lift:bind name="title"/></title>
> <body>
> <div id="featured"><lift:bind name="featured"/></div>
> <div id="social"><lift:bind name="social"/></div>
> <div id="content"><lift:bind name="content"/></div>
> <div id="contentInfo"><lift:bind name="content-info"/></div>
> </body>
> </html>
>
> So how am I supposed to insert parts of contents into these bind
> locations? In Facelets the ui:composition/ui:insert/ui:define tags do
> the job. And I rather do not understand the intention to have multiple
> bind locations in template while the lift:surround tag only allows one
> 'at' attribute. Can somebody explain this design please?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to