Looking at cookbook's input page[1], I read about using a variable with
several values.
In that page, it tells to use, i.e. web.input(id=[]) to make it work
correctly.
But when I did it, I got a error, told in previous email.
Looking for it on Nullege [2], I've found some examples using {} instead of
[].
When I changed {} to [], it partially worked.
I can see on webpy console that just the last check box on HTML is sent from
my form.
What am I doing wrong???[1] - http://webpy.org/cookbook/input [2] - http://nullege.com/codes/search?cq=web.input -- Tomás Schertel ---------------------------------------------- Linux Registered User #304838 Arch Linux User http://www.archlinux-br.org/ ---------------------------------------------- -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
