I'm working with TG 1.0 and I'm finding the documentation a little
scant on the subject of Schemas on Repeating Widgets.
Suppose I have a widget like this:
rfs = RepeatingFieldSet(
fields = [
Label('name'),
TextField('quantity'),
]
)
How would I write a schema that requires at least one of the quantity
fields has a value in it?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---