[Zope] - RE: First install, First connect
Janko Hauser
jhauser@ifm.uni-kiel.de
Wed, 9 Dec 1998 10:07:59 +0100 (CET)
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