[Zope3-Users] ForbiddenAttribute "add" error
    Joseph Method 
    tristil at gmail.com
       
    Sat Mar  4 00:44:15 EST 2006
    
    
  
> is  .interfaces.IDebtManager a IContainer interface, i.e.,
> you are extending IContainer, like ::
>   class IDebtManager(IContainer):
>        pass
The class is
class DebtManager(Folder):
which implements IDebtManager which is:
class IDebtManager(IContainer):
    """IDebtManager Marker Interface"""
Would BTreeContainer make the difference?
>
> Always reply to zope3-users list so that others can also help/learn.
>
> Regards,
> Baiju M
>
A mistake I make in Gmail because the buttons are next to each other.
--
-J. Method
    
    
More information about the Zope3-users
mailing list