I'm getting HTML like this (which fails to render):

<a onclick="liftAjax.lift_ajaxHandler
(&quot;F8306705858060QG=true&quot;, null, null, null)"
href="javascript://" with="chrome" at="content" with="section"
at="content" key="F8306705858060QG">ignore</a>

when, down in the guts of a page I have something like this:

<lift:MyPage.tips>
  <tip:ignore_link/>
</lift:MyPage.tips>

in Page.tips(xhtml: NodeSeq) I have:

bind("tip", xhtml, ...
  "ignore_link" -> a(Text("ignore")){
    // some other stuff
    JsCmds.JsHideId("tip"+tip.id)
  })

Note that I am using <lift:surround> to surround the entire page with
"chrome.html" (in templates hidden), and this bit of HTML is also
<lift:surround>ed with section.html.

This is with Lift 1.1-M4.

Any idea what might be going on here?  This is very mysterious to me.

-harryh

--~--~---------~--~----~------------~-------~--~----~
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