Re: [Repoze-dev] Deform and late binding of source values for checkbox widget and validators

2010-09-08 Thread Tim Hoffman
Hi Chris On the face of it, it looks pretty good. I hope to be in a position to swap out formish and give it a go in a few weeks, T On Thu, Sep 9, 2010 at 4:57 AM, Chris McDonough wrote: > And, more or less, with some slight differences in spellings, and one > additional feature this is what i

Re: [Repoze-dev] Deform and late binding of source values for checkbox widget and validators

2010-09-08 Thread Chris McDonough
And, more or less, with some slight differences in spellings, and one additional feature this is what is now in Colander 0.8: http://docs.repoze.org/colander/binding.html - C On Wed, 2010-09-08 at 12:25 -0400, Chris McDonough wrote: > I've been thinking about how to solve this problem, and what

Re: [Repoze-dev] Deform and late binding of source values for checkbox widget and validators

2010-09-08 Thread Chris McDonough
I've been thinking about how to solve this problem, and what I've come up with so far is this: - Schemas may be bound to a set of values. When a schema is bound, it is cloned, and any "deferred" values it has will be resolved. - A deferred value is a callable that accepts the schema node bein