On 08/05/06, Alberto Valverde <[EMAIL PROTECTED]> wrote: > On 08/05/2006, at 13:51, Ed Singleton wrote: > > myform = MultiFieldSet(fieldsets=(MyForm())) > > > myformvalues = dict(fs1=dict(f1="one"),fs2=dict(f2="two")) > > > > > assert "one" in myform.render(values=myformvalues) > > Try: > > assert "one" in myform.render(value=myformvalues)
When I said it was probably a simple error, I should have said _stupid_error_ Thank you (particularly for being so quick). Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

