Em 12/10/2011 03:57, "dlypka" <dly...@gmail.com> escreveu:
>
> Thanks - your reply helped me see how it works.
> I did not realize that web2py just puts the name of *only* the
> selected radio button
> in request.vars.

That is not up to web2py. this is how html forms work in general.

when a form is submited *only* selected radio, checkbox or dropdown values
are passed to the action as get/post vars.

web2py does keep the unselected ones in the form object if using a self
submission.

you can take other selectors name by server side dom parsing in form object.

Reply via email to