On Fri, Feb 6, 2009 at 7:15 PM, Gustavo Narea <m...@gustavonarea.net> wrote:
>
> On Friday February 6, 2009 18:49:15 Florent Aide wrote:
>> does the get_variables() method return all the params of a tg2 controller ?
>>
>> ie: if I have /superblog/blogpost/edit/postid as an url and edit is
>> the exposed and protected method, does my predicate receive the postid
>> ?
>
> I'm not sure how TG2 handles that, but if it does so the standard way, yes.
> That method is aware of the wsgiorg.routing_args specification, which is
> supported at least by Routes and Selector:
> http://www.wsgi.org/wsgi/Specifications/routing_args

I'll test this week end but I'm not sure it will work... because of
the object dispatch but maybe we can make the object dispatch
mechanism compatible with the wsgiorg.routing_args specification ...

Florent.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to 
turbogears-trunk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to