Hi there group: I"m trying to use checkboxes in my form , just a simple html form. However when i try to call in the submit button to a function defined in controller.py it will not let me pass thorugh the parameter for the checkbox.
ie <form name="myform" action="download"> <input type="checkbox" name="ziplilst" checked="false"/> </form> I can't call in ziplist into the controller function download. Also I want to call in ziplist as an array, or a list.. Any ideas why this is happening --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

