On 2/10/06, Michele Cella <[EMAIL PROTECTED]> wrote:
> First of all, add a special method that returns a list of the names a
> CompoundWidget is managing:
>
> def children_names(self):  (better name needed)
>      return #a list of the names

As an alternative, we could say that a widget name could be a set or a
list with all of the desired names. I think it may be best, though, to
just pass in form_value or something so that a widget can ultimately
work with any of the incoming data it wants. (The simple case widgets
that just want a single value need not change.)

Kevin

Reply via email to