17 Oct
2008
17 Oct
'08
3:51 a.m.
I created a simple content type. I can create an object, but I can't call my view or edit form on it. If I try object/boring_editform or object/index.html I get a Not Found error. Here's what I have in my configure.zcml: --- <browser:editform schema="boring.interfaces.IBoring" for="boring.interfaces.IBoring" name="boring_editform" label="Edit Boring Folder" permission="boring.ManageBoring" /> <browser:page for="boring.interfaces.IBoring" name="index.html" template="view.pt" permission="zope2.View" menu="zmi_views" title="View"> </browser:page> --- What am I missing? Thanks, Mark