So there is no difference functionally (once problems are fixed).
However the page loads visibly faster in my application with
ajax=False.

So once the problems are fixed then presumably one would always use
ajax=False; setting ajax_trap to achieve desired functionality?

On Jun 12, 6:04 pm, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:
> I stronly suggest always using ajax=True and not using ajax_trap=True.
>
> Both trap forms. ajax_trap=True performs an extra optimization: it avoids
> the first ajax call by serving the original content within the outer page.
> people have reported some problems with this and I am working to fix it.
>
> from a user point of view there is no difference.

Reply via email to