Hey!

I'm testing to use LOAD with ajax_trap = True, thinking that initially it 
will load the component without ajax, and when I post a form inside it the 
new content will return with ajax.

The problem I'm having is with the request.vars. The controller that LOAD 
is calling has the correct request.vars, but when that controller calls a 
function from models, the function seems to use the request.vars (cached?) 
from the page request.

My code works if I use ajax=True instead of ajax_trap, but then there will 
be more server requests. What's the recommended way to use ajax_trap?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to