1 Apr
2006
1 Apr
'06
9:19 a.m.
BKJ@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