Hi,

I know that I can do this:
ssf = widgets.SingleSelectField ("name1", label="label1",
help_text="help1")
and later:
ssf.render (options = [(1, 'one'), (2, 'two')])

But what can I do with nested widgets like this?
t = widgets.TableForm ("table1", fields = [ssf])
t.render (???)

what should I do in this case to make the table render the ssf with my
dynamic options?


Thank you,

Gergo_


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