What is the error? How did you define the funtion download(what arguments)? Did you make sure it was exposed?
I don't know if this was just when you posted it but you have ziplist misspelled: <input type="checkbox" name="ziplilst" checked="false"/> For an array of checkboxes you might want to use the widget, turbogears.widgets.CheckBoxList. -Ian On 7/31/06, OriginalBrownster <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

