[Zope3-Users] Trying to use browser:form -> 404
Alen Stanisic
alen.stanisic at gmail.com
Sat Feb 11 04:38:36 EST 2006
On Sat, 2006-02-11 at 10:10 +0100, Florian Lindner wrote:
> ForbiddenAttribute: ('blablubb', <CS.centershock.centershock.Centershock
> object at 0xb757a46c>)
>
>
> blablubb is a field of my interface.
>
>
> Any idea? Missing security declarations?
>
Hmm.. not sure.. maybe the permission in your zcml content definition
for your Centershock object:
<content class="....Centershock">
.
.
<require
permission="???"
interface="...ICentershock"
/>
.
.
.
</content>
Alen
More information about the Zope3-users
mailing list