Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Garito
No If I try this the call don't work with users in normal acl_user folder, isn't it? The call works ok with users stored in the root acl_user 2007/7/24, Andrew Milton <[EMAIL PROTECTED]>: +---[ Garito ]-- | Hi again! | I detect some clues for the problem: | | I use ExUs

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Garito
Sorry for the private message, Andrew It seems like with the XUF user's roles don't work ok or something like this 2007/7/24, Andrew Milton <[EMAIL PROTECTED]>: +---[ Garito ]-- | Hi again! | I detect some clues for the problem: | | I use ExUserFolder as acl_user for the

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Andrew Milton
+---[ Garito ]-- | Hi again! | I detect some clues for the problem: | | I use ExUserFolder as acl_user for the website who raises this error | | The problem only raises if I'm authenticated as an user of the ExUserFolder not | if I'm authenticated as a root acl_user's use

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Garito
Hi, Jonathan! Please, read my last message with the XUF consideration Thanks! 2007/7/24, Jonathan <[EMAIL PROTECTED]>: - Original Message - From: "Garito" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 24, 2007 11

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Garito
: > Sent: Tuesday, July 24, 2007 10:44 AM > Subject: Re: [Zope] Re: Declare constructor as public > > > > Hi, J Cameron! > > With constructor I mean the function I use to create the object. In > this > > case: > > context.manage_addProduct['Yanged'

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Jonathan
- Original Message - From: "Garito" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 24, 2007 11:47 AM Subject: Re: [Zope] Re: Declare constructor as public Now the problem is with a manager user too (yesterday this use

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Garito
jects 2007/7/24, Jonathan <[EMAIL PROTECTED]>: - Original Message - From: "Garito" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 24, 2007 10:44 AM Subject: Re: [Zope] Re: Declare constructor as public > Hi, J Cameron! > With constructor I mean the function I

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Jonathan
- Original Message - From: "Garito" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 24, 2007 10:44 AM Subject: Re: [Zope] Re: Declare constructor as public Hi, J Cameron! With constructor I mean the function I use to create the object. In this case: context.manage_ad

Re: [Zope] Re: Declare constructor as public

2007-07-24 Thread Garito
Hi, J Cameron! With constructor I mean the function I use to create the object. In this case: context.manage_addProduct['Yanged'].CrearYanged(NuevaId) CrearYanged How can I convert it to public? Thanks! 2007/7/24, J Cameron Cooper <[EMAIL PROTECTED]>: Garito wrote: > Hi Andrew! > In a normal

[Zope] Re: Declare constructor as public

2007-07-24 Thread J Cameron Cooper
Garito wrote: Hi Andrew! In a normal method inside the product's class I use this: security = ClassSecurityInfo() security.setPermissionDefault('Freemind', ('Manager', 'Developer')) security.declareProtected ('Freemind', 'freemind') But outside the class I have no idea how to create security obj