If I have a form with multiple inputs of the same name, http ( and the
fields in the request obj ) present these as a sequence mapped to a single
key ( the name ).  Does anyone have a trick to get these into a more
'xmlish' heirarchy?  

i.e.

http gives me back..

c = [10, 20, 5, 30 etc.. ]

and what I want is 

[ { 'c' : 10 }, {'c' :20}, { c: 5 ) etc.. ]

I'd rather not iterate too much as there are many nested items, I suppose I
could construct a string and eval it or is there another presentation of the
Fields obj?

Thanks,
Stefan



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to