[Zope] Dependent List
Dieter Maurer
dieter at handshake.de
Sat Apr 1 04:19:42 EST 2006
BKJ at telefonica.net wrote at 2006-3-30 17:54 +0200:
>I have a problem with my archetype, I'm using dependent lists.
As others already pointed out: an Archetypes mailing list may provide
more help.
However, "dependent lists" may also suggests a persistency bug:
You must not modify mutable non-persistent objects (such as list)
in place (without telling the containing persistend object
that it changed).
--
Dieter
More information about the Zope
mailing list