Hi Mike,

Thanks for the response.

I mentioned MultiDict as a convenient term to convey the idea in my
question, not that I know or thought it would help with the
implementation.

As for the demand, I have a form with a list of checkbox input items
for viewing the details of selected one(s). The receiving controller
will naturally have multi-parameter URL like /details?q=1&q=2 . Now I
want to further enable adding more items in the details viewing list
and need to have another form with probably hidden input items q=1 and
q=2, finally when paging is involved for this form, the pager links
will have to inherit the information of the existing parameters
q=1&q=2, hence the demand.

However, it really doesn't seem to be an appealing design and I think
I'm probably better off sticking with the more RESTful URL like
details/1;2

Cheers,
Jerry

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?
>
> --
> Mike Orr <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
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