i mean request.vars, it handle the boths post and get method

on the book :
If the HTTP request is a GET, then request.env.request_method is set to 
"GET"; if it is a POST,request.env.request_method is set to "POST". URL 
query variables are stored in the request.vars Storage dictionary; they are 
also stored in request.get_vars (following a GET request) or 
request.post_vars (following a POST request).

ref:
http://web2py.com/books/default/chapter/29/04#Dispatching

On Friday, May 3, 2013 7:10:50 AM UTC-4, Domagoj Kovač wrote:
>
> request.get_vars.repeated - i have my value here,
>
> but doesn't work.
> form.vars.repeated = request.get_vars.repeated
>

-- 

--- 
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/groups/opt_out.


Reply via email to