On Saturday, August 8, 2015 at 4:25:40 AM UTC-4, ESRA GÜÇLÜ wrote: > > requires.var.table gets the choice from user and it works sir. > i can access the grid and i did but grid's buttons do not work because of > having error. >
Yes, but how is request.vars.table being set (i.e., what does "choice from user" mean)? Do you have a different page with a form where the user makes a choice? If so, does the form's action point to the page with the grid, or is it self-submitting followed by a redirect? Does the form make a POST or a GET request? In short, for this to work, you need to put the table name in the URL query string, otherwise it will not persist from request to request when on the grid page. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

