Guys,

I think I might have just found a bug in the with-param use in layouts...

If I do:

  <lift:with-param name="topimage">
    <img src="/images/generic_top.jpg" alt="Some image" />
  </lift:with-param>

The bind doesn't actually work, and the img tag gets inserted just above the
main content bind point. However, if I do:

<lift:with-param name="topimage"><img src="/images/generic_top.jpg" alt=""
/></lift:with-param>

(in case google groups breaks it, it should all be on one, single line)

Is anyone else seeing this? Im using the 0.10 release

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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to