How do I set the Title property of a File object from a DTML method
10 Nov
2000
10 Nov
'00
6:21 a.m.
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? -Magnus
10 Nov
10 Nov
10:57 a.m.
New subject: [Zope] How do I set the Title property of a File object from a DTML method
On 10 Nov 2000 magnus@websys.no wrote:
But I'm unable to set the Title property of a File object.
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 could try that one.
9278
Age (days ago)
9278
Last active (days ago)
1 comments
2 participants
participants (2)
-
Erik Enge -
magnus@websys.no