On Fri, 10 Feb 2006 13:22:34 -0500
Kevin Dangoor <[EMAIL PROTECTED]> wrote:

> 
> On 2/10/06, Jason Chu <[EMAIL PROTECTED]> wrote:
> > I'm working on integrating the new widget API into our large
> > collection of widgets and ran into a hitch.
> >
> > We have a widget that stores two sets of data: a list of checkboxes
> > and a selection from within the checked checkboxes.  In that way
> > it's a compound widget.  But it's also a form field widget, because
> > it's used on a form.
> >
> > With the way things currently work with the Form widget, only the
> > value that matches the name of the FormField is passed to it.
> > There's no way to inspect the values passed to the form from an
> > individual widget.
> 
> This is at display time, correct? (Not validation time...) There
> didn't used to be a way to do this, did there?

At this point, I've been thinking about display time.  It would be
needed for validation time as well.  All CompoundWidgets would have
this problem.

Attachment: signature.asc
Description: PGP signature

Reply via email to