[Zope3-Users] Re: schema.List validation does not accept
PersistentList
Fred Drake
fdrake at gmail.com
Thu Jul 19 12:14:53 EDT 2007
On 7/19/07, Alek Kowalczyk <thealx at poczta.onet.pl> wrote:
> Thanks! List should be list, whether it is persistent or not, but it's the
> simplest solution...
You probably want to check the results of the edit widgets; they might
produce list values instead of PersistentList values. Widgets are not
expected to edit the value in place, but to produce a new value.
-Fred
--
Fred L. Drake, Jr. <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
More information about the Zope3-users
mailing list