On Wed, Aug 26, 2009 at 2:34 PM, harryh <har...@gmail.com> wrote:

>
> Answering my own question:
>
> val (name, exp) = ajaxInvoke(() => { SetHtml(id, xhtml) })
>
> {Script(OnLoad(exp.cmd))}
>
> AFAIK I can just ignore name?


For now.  The name is part of the Lift GC mechanism.  At this time (due to a
bad interaction between Firefox and jQuery), Lift's GC is page-level rather
than being component level.  If/when we move to a component level GC, it
will be important to keep track of the "name" of the ajax function so it
doesn't get GC'ed.


>
>
> -harryh
> >
>


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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to