28 Aug
2007
28 Aug
'07
1:49 p.m.
--On 28. August 2007 09:36:18 -0400 zozer@cercy.net wrote:
I've tried not assigning it to a variable, all kinds of minor syntax changes, but nothing I do works, it gives the same error: Error Type: AttributeError Error Value: manage_getProperty
You're doing trial-and-error programming. Instead of inventing names: better look at the documentation (even it is somewhat old). "The Zope Book 2.7 edition" (Google!) tells you in the "Advanced Scripting" chapter about properties and how to use them (hint: getProperty()). -aj