Hi,

I'd like to have a Form with one or more FieldSets inside using
widgets.

This didn't work:

form = widgets.TableForm(fields=widgets.FieldSet("your_fieldset",
legend="Range", fields=CommentFields()),action="save")

After looking in the source of forms.py it seems that class Form can
only handle a fields list.

Do I overlook something here or does this possibilty just not exist,
and
I have to invent it myself?

What's the best approach to do so?

--
Greg


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to