[z3-five] Defining default view with Plone

Sébastien VINOT sebastien.vinot at logisphere.fr
Thu Aug 24 18:19:12 CEST 2006


Hello,

I'd like to definie a new view for my interface which has to correspond 
to the default view of my object.

I did this on my ZCML file :

  <browser:page
      for="Products.test.interfaces.sqlBackup.ISqlBackup"
      name="View"
      template="skins/test/sqlBackup.pt"
      permission="zope2.View" />

If I do "http....myObj/View" I get my customized view. But, "http .... 
myObj" gives me the default Plone View : How can I change it ?

Sebastien


More information about the z3-five mailing list