I'll definitely try to test this out.
Thanks
On 9/25/06,
Ian Wilson <[EMAIL PROTECTED]> wrote:
I am just going to wing it and guess that you are just making the url
by hand. Your url should look like this so that it gets pushed into a
list:
http://localhost:8080/action?filter.macro=qwer&filter.designer=eee&filter.status-0=1&filter.status-1=2
And as desired it should produce this:
kw={'filter': {'status': [1,2], 'macro': u'qwer', 'designer':
u'eee'}
Notice that it is NAMEOFDICT.NAMEOFLIST-INDEXINLIST=VALUE. Turbogears
will automatically parse out the dictionary and then the list placing
the values in the correct order(Its magical).
Tell us how it goes or if that wasn't the problem, etc.
-Ian
On 9/25/06, Adam Jones <[EMAIL PROTECTED]> wrote:
>
> Any chance we could get a look at the code that is producing this? I
> can't see anything obvious from your explanation.
>
> -Adam
>
>
> >
>
--
--
Nicky Ayoub
G-Mail Account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

