David Bernard <[EMAIL PROTECTED]> writes: > I do a mistake, I thought the 'widgets' attribute need by Kid is for the main > page, but not it seems to be need by the FieldSet kid template (as you wrote), > sorry. > > Try to force the setting of the 'widgets' attribute of FieldSet, replace > "widgets.FieldSet([" by "widgets.FieldSet(widgets=["
Oops, I answered here but what worked was using the 'widget = None' and 'widget = dict ( ...)' on the values I'm using to populate my form. Putting 'widget = [' to create the FieldSet didn't work. -- Jorge Godoy <[EMAIL PROTECTED]>
pgp5brUlJFXTi.pgp
Description: PGP signature

