I did with 
{{=BEAUTIFY(response._vars)}}

and the result is:

datos:<Storage {}>

So request.vars is empty.

If I change the post method for a get method, I can see the correct result 
at the alert window, but not in the controller, I mean it works in the 
client side:

Wiht get method:

<https://lh5.googleusercontent.com/-_9jLacZBDWM/VJBw0zK5TRI/AAAAAAAAAq4/KN46UfH72LU/s1600/Selecci%C3%B3n_806.png>

The alert window is ok but the datos var an empty storage objetc.

El martes, 16 de diciembre de 2014 18:33:17 UTC+1, Leonel Câmara escribió:
>
> Humm request.vars shouldn't be empty because you're sending them in data.
>
> Add a print request.vars to the controller and see what's there.
>

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