Ok I found :
request.environ['pylons.routes_dict'] Regards Mario 2010/5/21 Mario Moura <[email protected]> > Hi Folks > > map.connect("/pylons/is/very/cool", controller="pylons", action="is", > customVariable="very", secondCustom="cool") > > I am not talking about request.params.items() or request.GET.items() ... > > So in my controller I want get all "variables names" like: > > controller (default) > action (default) > customVariable > secondCustom > > Let me say, I dont need what is "inside this variables like "very" "cool" > (but will be nice know this too) just the names of variables > (customVariable, secondCustom) > > Regards > > Mario > macm > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
