On Monday, January 18, 2016 at 4:29:56 AM UTC-5, goome wrote:
>
> Thank you! 
> It works, but i cannot understnd how and why.
> Could you explain?
> How is grid interested in request.args(if i don't use it as such, but copy 
> args[0] in ufie and pass that to grid)?
>

The grid creates a number of links, such as those for creating, viewing, 
and editing records -- each of those links must point back to the action 
that created the grid, so the grid adds URL args to further specify the 
particular function requested. If the base URL already includes some 
additional URL args used for other purposes, you must tell the grid so it 
will ignore those args and append its own args to those in the base URL.

Anthony

>

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

Reply via email to