[Zope3-dev] Re: [Zope3-checkins] CVS: Zope3/src/zope/schema -_bootstrapfields.py:1.19.2.1

Garrett Smith garrett@mojave-corp.com
Mon, 28 Jul 2003 13:51:40 -0500


Correction...

> The way I'm currently thinking is that 'required' for text fields +
> browser text widget is bascially meaningless since the widget can't
> product a true missing value (i.e. None). Instead, developers that
> want to insist that a text field contain len(string) > 0 should set
> max_length.

  should set min_length

 -- Garrett