[Zope3-Users] Trying to use browser:form -> 404
Florian Lindner
mailinglists at xgm.de
Sat Feb 11 05:12:02 EST 2006
Am Samstag, 11. Februar 2006 10:38 schrieb Alen Stanisic:
> 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>
I've changed it to:
<require permission="zope.Public" interface=".interfaces.ICentershock" />
<require permission="zope.Public" set_schema=".interfaces.ICentershock" />
and it's still the same... :-(
Florianj
More information about the Zope3-users
mailing list