Florian Lindner wrote: > Hello, > is there a kind of default defaultView? > So when a object is called and no defaultView is defined that a view like > index.html is called? I thought yes, but a test has not proven that. > > If there is really no such default, why? I think a little bit more (optional) > convention over configuration would be good for Zope...
zope.app/browser.zcml says: <browser:defaultView name="index.html" /> So, as you can see, we indeed have a default default view. It's index.html. Philipp _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
