[Zope3-Users] index.html
Adam Groszer
adamg at fw.hu
Fri Dec 9 05:51:51 EST 2005
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:adamg at fw.hu
--
Quote of the day:
Plans are only good intentions unless they immediately degenerate into hard work.
- Peter F. Drucker
More information about the Zope3-users
mailing list