Hi,
Given:
my_fields.append(
fields.FormFieldRepeater(
'my_block',
repetitions=num_blocks,
label_text='',
widget=fieldsFieldSet('block_fields',
children=getBlockFields())
)
)
how do you define the corresponding Schema?
This doesn't seem to be documented anywhere, and at this stage I
haven't been able to figure it out.
Cheers,
Danny
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---