[Zope3-Users] Re: proxied list object in a schema

2006-12-17 Thread Jürgen Kartnaller
Hi Tim, Chat must implement IChat Jürgen Tim Terlegård wrote: Would someone like to explain how to use a list in a schema object without getting ForbiddenAttribute? This is my use case. class IChat(Interface): messages = Attribute('Chat messages') class Chat(Persistent): def

Re: [Zope3-Users] Re: proxied list object in a schema

2006-12-17 Thread Tim Terlegård
Hi Jürgen, Actually Chat implements IChat, I forgot that line. Are all attributes of an object proxied or are for instance attributes starting with _ not proxied? Tim Hi Tim, Chat must implement IChat Jürgen Tim Terlegård wrote: Would someone like to explain how to use a list in a