> Are you using any Comet or Ajax or any Lift generated form elements?  If you
> are using any of these (anything where Lift is storing a function on the
> server-side and presenting the function as a GUID on the client side), then
> it is strongly advised that you enable GC.

We're not using Comet or Lift generated form elements.  We are using a
jQuery plugin to do autocomplete which uses ajax. Can you tell me a
bit more about GC, is it a jQuery thing?

I've turned off auto ajax also:

 // For now, disable all Lift ajax stuff
    LiftRules.autoIncludeAjax = session => false

So, I get this error on every page:

Error: lift_successRegisterGC is not defined

and this error on pages that don't use jQuery:

Error: jQuery is not defined




>
>
>
>
>
> > Thanks!
>
> > - Alex
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Lift" group.
> > To post to this group, send email to lift...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/liftweb?hl=en.
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://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 lift...@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