I register a page with the following zcml:
  <browser:page
      name="index.html"
      for="..interfaces.IPerson"
      template="person_view.pt"
      permission="dkr.ListContent"
      menu="zmi_views" title="View"
      >
  </browser:page>

I can access it only through .../person01/@@index.html.

What am I missing? What do I have to do to access it as
.../person01/index.html?

-- 
Best regards,
 Adam                          mailto:[EMAIL PROTECTED]
--
Quote of the day:
Plans are only good intentions unless they immediately degenerate into hard 
work. 
- Peter F. Drucker 

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to