I've built an HTML form with some radio buttons. The radio buttons have to share the same name in order to appear in a 'group' in HTML.
From inside of my RequestHandler, I am trying to determine which radio button has been clicked. However, when I do get_argument('radio') it just returns 'on', and get_arguments('radio') returns simply ['on']. get_argument() also doesn't appear to work with the individual radio button IDs and the whole of self.request seems to lack the information encoded in the form. Is this a bug or am I doing it wrong?
Ian
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornad...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.