On Apr 29, 12:38 am, "Mike Orr" <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 6:19 PM, jerry <[EMAIL PROTECTED]> wrote: > > Is there a way to construct URLs like """/controller/action/id? > > q=1&q=2""" with url_for()? > > I don't think so. If there's demand for this we can turn a list of > values into multiple parameters. Does MultiDict offer anything that > would help with this?
i have a function in helpers, my_url_for , which wraps url_for and does some misc stuff depending on context. an approach like that might help you get your task done. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
