Re: [Zope3-dev] Input widgets do too much

2005-04-26 Thread Jim Fulton
Garrett Smith wrote: ... Isn't there some pressure to get 3.1 out? Yes there is. > I'm all for refactoring widgets to simplify (or eliminate) the hefty baseclasses, but I had the impression that the release was heading into its final stages. It certainly should be. Unfortunately, it's waiting for

RE: [Zope3-dev] Input widgets do too much

2005-04-25 Thread Garrett Smith
Jim Fulton wrote: > I'd like to make some changes to the widget API. > >http://www.zope.org/Zope3/MoreCleanupOfWidgets > > proposes some cleanup, but I'd like to go farther. > > I think widgets, especially IInputWidget have too much > responsibility, namely: > > - validation > > - applying

Re: [Zope3-dev] Input widgets do too much

2005-04-25 Thread Stephan Richter
On Monday 25 April 2005 17:44, Jim Fulton wrote: > Thoughts? Questions?  Any objections to getting this into > 3.1?  If not, I'll write a more detailed proposal. I thought Gary was working on a complete rewrite for 3.2 anyways, or was that just related to forms? I am okay with making this a chang

[Zope3-dev] Input widgets do too much

2005-04-25 Thread Jim Fulton
I'd like to make some changes to the widget API. http://www.zope.org/Zope3/MoreCleanupOfWidgets proposes some cleanup, but I'd like to go farther. I think widgets, especially IInputWidget have too much responsibility, namely: - validation - applying changes Widgets should be responsible for - get