[Zope3-Users] Container Contents View

David Johnson djohnson at jsatech.com
Tue Apr 11 17:21:43 EDT 2006


This is probably a trivial question.  I would like have a container contents
view, but I do not want it to be index.html (which is apparently the
default?).  However the ZCML I'm using always seems to define the view as
index.html.  What am I doing wrong this time?

 

  <containerViews

      for="myapp.interfaces.IContact"

      index="zope.View"

      contents="zope.View"

      add="zope.ManageContent"

      />

 

 

--

David Johnson

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060411/a281b03c/attachment.htm


More information about the Zope3-users mailing list