[web2py] Re: Passing request.arg variables to .load components on the same page

2014-11-18 Thread Stephen McCamy
That was it. Thanks! On Tuesday, November 18, 2014 10:17:45 AM UTC-5, Leonel Câmara wrote: > > You can pass args to LOAD the same way you pass them to URL. You probably > want something like LOAD('controllerfile', 'function', args=request.args) > -- Resources: - http://web2py.com - http://we

[web2py] Re: Passing request.arg variables to .load components on the same page

2014-11-18 Thread Leonel Câmara
You can pass args to LOAD the same way you pass them to URL. You probably want something like LOAD('controllerfile', 'function', args=request.args) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com