Glen Ecklund wrote: > container.manage_addProperty(id='testdict', value=testdict, \ > type='dictionary', REQUEST=None) There's no such thing as a 'dictionary' property type. However, the above code will probably work ;-) Except you haven't read the rules about persistence of mutable types. There's also the aformentioned typos ;-) good luck, Chris