Hi Marius, I discovered the issue while porting a working application from 2.7.7 to lift 2.0-scala280-SNAPSHOT and scala 2.8.0.Beta1.
In the example application I provided it's possible to change the pom.xml by replacing <scala.version>2.8.0.Beta1</scala.version> <lift.version>2.0-scala280-SNAPSHOT</lift.version> with <scala.version>2.7.7</scala.version> <lift.version>2.0-SNAPSHOT</lift.version> and the application is working as I'd like it to :) I therefor believe it's a lift 2.0-scala280 issue. Best regards Trond On 19 Feb, 14:12, Marius <[email protected]> wrote: > Can you also try with Scala 2.7.7 ? > > On Feb 19, 2:26 pm, tbje <[email protected]> wrote: > > > > > 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.
