Just to point to the same function in order to make an autocontained 
example.

I don't use empty string in my application. Anyway i've tested your 
suggestion and gives the same result.


El martes, 25 de febrero de 2014 18:26:49 UTC+1, Massimo Di Pierro escribió:
>
> Why are you passing an empty string as action? 
>
> l = URL('', vars=dict(data='data in vars'))
>
> Perhaps you want:
>
> l = URL(args=request.args, vars=dict(data='data in vars'))
>
>

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

Reply via email to