You mean simply use

map.connect('/{controller}/{action}')

and then call request.params in the action to extract the query
variables directly from the request?

Perhaps that will work...

On Jul 7, 7:53 am, Piotr Kęplicz <[email protected]> wrote:
> afrotypa, wtorek 07 lipca 2009 13:08:
>
> > Will I need some advanced routes feature such as a 'function
> > condition' to make this happen? Or is there some more obvious (and/or
> > simplified) way (i.e regular expressions?) to accomplish this, which I
> > should be looking at?.
>
> You could access these parameters with default routes using request.GET.
>
> .pk.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to