Hmmm im not sure I follow. Let me be explicit:

default.html

<div id="flight-plan" class="non-repeatable-background">
  <lift:bind name="toppoint" />
</div>
...
<div id="content">
  <lift:bind name="content" />
</div>

mypage.html

<lift:surround with="default" at="content">

  <lift:with-param name="toppoint">
    <img src="/images/steps-welcome.gif" alt="Steps requeried to
complete registration" />
  </lift:with-param>

  <h1>Welcome</h1>

</lift:surround>

Now, based on what DPP posted, I would imagine that the toppoint bind
position would be replaced with that image tag. However, what I get is
the image take slapped in the content bind port just ahead of the main
content!

So then, how can I use two bind points?

Cheers

Tim




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
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