No, you wouldn't do getattr(request.controller, index). "index" is the 
value of request.controller, not an attribute. So, you literally just use 
request.controller, all by itself -- that stores the string name of the 
current controller.

Anthony

On Tue, Mar 24, 2015 at 6:37 AM, Michel Krav <kravma...@gmail.com> wrote:

Hi anthony,

if using  :

getattr(request.controller, index)

it raises an AttributeError as type(request.controller) is str and I'm looking 
for the object

so how can I get the controller object , please?




Le mardi 24 mars 2015 04:09:21 UTC+1, Anthony a écrit :
>
> request.controller and request.function. 
>
> 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