I'm really enjoying using Lift. It makes this AJAX and comet stuff
very easy!
I have a problem with rendered AJAX NodeSeqs using SHtml.
This is within a Comet actor. On first render, it works fine. For
instance, in my HTML, I get:
<a key="F2524140538393W2" href="javascript://"
onclick="lift_ajaxHandler('F2524140538393W2=true', null, null)">
<span>stuff</span>
<span id="someuniqueid"/>
</a>
The <a> and two <span>s are the rendered content.
On partial updates however, I get this:
<lift:a key="F555356094486VTJ">
<span>stuff</span>
<span id="someuniqueid"/>
</lift:a>
It looks like the <a> is not fully rendered.
The call to SHtml.a() occurs within the context of a bind() call - I
assume this is ok.
If anyone could help I'd be most grateful.
--
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.