Also, I can confirm that request.values() produces the correct output: 'REQUEST_URI': '/tasman/query/feature_reading? feature_id=15&sensor_id=51&sensor_id=52&sensor_id=53&sensor_id=54...
On Feb 26, 3:06 pm, Ben <[email protected]> wrote: > Hi all, > I have a URL like the following: > feature_reading? > feature_id=15&sensor_id=51&sensor_id=52&sensor_id2&sensor_id=53&sensor_id=5 4 > > however, when I try to extract the sensor_id vars at the other end, i > get a list as such: > ['51', '5', '2', '5', '3', '5', '4'] > > anyone had this problem before? -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

