Hi,
I've been testing out the Lift-2.0-scala280-SNAPSHOT a little bit and
found a issue with Comet actor, setHtml and ajaxInvoke.
When trying to invoke the following partial update nothing seems to
happen:
partialUpdate(SetHtml("field", <input type="button"
onclick={ajaxInvoke(() => JsRaw("alert('hi')"))._2} value="Say hi" /
>))
This works as expected however:
partialUpdate(SetHtml("field", a(() => JsRaw("alert('hi')"),
<span>Link</span>)))
I've created a example app to illustrate the problem if someone is
interested:
git://github.com/tbje/Lift-2.0-scala280-SNAPSHOT-issue.git
Best regards
Trond
--
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.