Ah excellent, thanks very much indeed! I guess I should update to trunk now... Thanks again! - Ben.
On Feb 26, 4:18 pm, mdipierro <[email protected]> wrote: > I can reproduce it. It is a major bug in web2py. I fixed it in trunk > just now. > Thanks for reporting this problem. > > The problem is that except for the first value '51' all other values > with the same keys where being broken into chars and the chars would > be appended. > > On Feb 25, 10: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.

