> When that URL is requested, is a login_id variable also included in the 
> POST variables? If so, request.get_vars.login_id will be "T19566", 
> request.post_vars.login_id will be "T19566", and request.vars.login_id will 
> be ["T19566", "T19566"] (i.e., request.vars combines request.get_vars and 
> request.post_vars). What is the value of request.get_vars.login_id at that 
> point?
>
> Anthony
>

You are correct: request.get_vars gives scalar values. 

To try to keep comments in a sensible place, I added your question and the 
results of testing it to the issue page 
https://code.google.com/p/web2py/issues/detail?id=1647 

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to