9 Dec
1998
9 Dec
'98
9:07 a.m.
Uh, from someone with Zen-level 0.1. All the information your site wants to publish and a lot more are in exactly these data.* files, which are objectstores. Manage is not a html-form or page but a method of Zope which evaluates in the current context and gives you a managment screen for the parent object. So you call the same method also when you go to the URL http://localhost:8080/folder1/subfolder/manage This would result in a managment screen for subfolder. But all this doesn't solve your 'No data' problem. But than you haven't said a lot what you have done before? How is Zope installed? __Janko Hauser