6 Mar
2007
6 Mar
'07
8:26 p.m.
Anthony Monta wrote at 2007-2-23 09:39 -0800:
Running Zope 2.6.1/Python 2.1.3, I get the following error when I try to pass form values to a custom ZClass instance-creating method:
Error Type: ValueError Error Value: Invalid property value: wrapped object
Apparently, you try to store an acquisition wrapped object into a property. This will not work. -- Dieter