Sorry if this example is redundant:

page.html

<lift:surround with="template" >

  <lift:with-param name="header">
    Header stuff
  </lift:with-param>

  <lift:with-param name="footer">
    left column stuff
  </lift:with-param>


</lift:surround>


template.html
...
                <div>
                <lift:bind name="header" />
                </div>
                and
                <div>
                <lift:bind name="footer" />
                </div>

...

I played with this yesterday (works ok for me) but I didn't posted as
I thought the issue was clarified.

Br's,
Marius

On Sep 19, 7:44 pm, "David Pollak" <[EMAIL PROTECTED]>
wrote:
> Tim,
>
> Here's a very basic example that works just fine on Lift 0.10-SNAPSHOT.
>
> Thanks,
>
> David
>
>
>
> On Fri, Sep 19, 2008 at 9:07 AM, Tim Perrett <[EMAIL PROTECTED]> wrote:
>
> > Awesome, cheers David.
>
> > Looking through trunk with-param appears to be specified in sites/
> > example/wiki, but there is no corresponding bind point in the layout
>
> > Cheers
>
> > Tim
>
> > On Sep 19, 5:03 pm, David Pollak <[EMAIL PROTECTED]> wrote:
> > > I'll work on an example
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Collaborative Task Managementhttp://much4.us
> Follow me:http://twitter.com/dpp
> Git some:http://github.com/dpp
>
>  with-param.tgz
> 4KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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