Re: [Zope] How do I set the Title property of a File object from a DTML method

2000-11-10 Thread magnus
[me] | But I'm unable to set the Title property of a File object. [Erik] | Is it just the title property? All the others you can fiddle around | with? Try manage_changeProperties() instead. I know (from | lib/python/OFS/Image.py) that the File object has its own | manage_edit() method, you

[Zope] How do I set the Title property of a File object from a DTML method

2000-11-09 Thread magnus
I have some of my own ZClass objects that may contain other ZClass objects or Files. Using a form and a method (that calls manage_editProperties(REQUEST)) I can set all the properties of my own ZClass subobjects. But I'm unable to set the Title property of a File object. Is there a secret trick