Diez B. Roggisch wrote:
>> fractions = wid.RepeatingFieldSet('fractions',
>>                                        fields = [
>>
>> wid.SingleSelectField('module',options=[('','')]),
>>
>> wid.TextField('amount',validator=val.Money),
>>                                            ]
>>                                        )
>>     

> You've got things turned around here.
>
> It should work with
>
> params['module']  = {'options' : [('foo', 'foo')]}
>   
It would work if module was not nested inside "fractions" which is a
RepeatingFieldSet.

This was not clear from the botched indenting above, sorry



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

Reply via email to