Please open a ticket at
https://liftweb.assembla.com/spaces/liftweb/tickets(you have to be an
Assembla registered user and a watcher of the project to
create tickets).  Please mark it as a defect and assign it to me (Marius or
others can steal it at will).

Next week is a Lift ticket closing week for me and I'll make it a priority
to look at this.

On Fri, Feb 19, 2010 at 5:52 AM, tbje <[email protected]> wrote:

> 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]<liftweb%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

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