[Zope] Re: More product writing problems

Seb Bacon seb@jamkit.com
Wed, 5 Dec 2001 11:03:19 -0000


> Now I managed to get striped keywords at creation time of my Folder.
> But if I change the keywords via the properties tab they will not be
> stripped.  I guess I have to rewrite a further method - but which one?

You could do one of:

- hack the propertymanager code
- create custom property editing screens which post to a pythonscript,
which strips the whitespace before storing it
- deal with the whitespace issue inside your product - do a
getProperty() method which strips before returning

seb