Hi, I am stuck on something and would appreciate some help. I have a Form widget with some text box, radio buttons and also a custom widget that contains some radio buttons plus a textbox related to the last radio button (Others:).
The widget returns a list: [u'6', "allo"], list[0] being the radio button value and list[1] being the content of the text box. The problem is when there's an error and it don't pass the validation. Well it doesn't validate and crash instead. The problem is that I don't know how to make the widget deal properly with the value I'm feeding it. When there's an error the controller tries to pass it back (ie: [u'6', "allo"]) via cherrypy.request.input_values but the widget have no idea how to deal with it and I don't know how I should do it. Thank you. Cedric --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

