19 Oct
1999
19 Oct
'99
2:39 p.m.
I have a ZClass called LinkClassification to which I have attached a property link_class which is assigned to value link_class_data.
My question is where do I create the variable link_class_data? I think it should be as another property in the same directory. When I do this the zope management screen hangs.
[Ian Blenke wrote...]
link_class_data must be in the appropriate namespace to be visible to the propertysheet.
[clip...]
2. Define it as a method that returns an array of items, ie: <dtml-return "('Option 1','Option 2')">
Thanks! This worked very well.