On 13 Oct 2005, at 09:53, pete wrote:
------------------------------------------
<five:traversable class="Products.CMFDefault.Link.Link" />
<browser:view
for="Products.CMFDefault.interfaces.ILink"
name="link_view"
class=".linkviews.LinkDisplayView"
permission="zope2.View"
>
<browser:page name="index.html" template="content_view.pt" />
</browser:view>
-------------------------------------------
From digging in Five/browser/metaconfigure.py the browser:page
tag should have triggered code that inserts the name "index" on
the view class. But apparently it didn't :(
From a first look, I think it will have inserted the name
'index.html' on the view class, so if you type /address/to/link/
index.html then you should get the template.
Tried that, same failure...
jens
_______________________________________________
Zope-CMF maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cmf
See http://collector.zope.org/CMF for bug reports and feature requests