Hi,

On Tue, Apr 17, 2007 at 08:55:02PM +0400, Garanin Michael wrote:
> Hello!
> How i can get IRequest in my event handler (i has only context)?

from zope.security.management import getInteraction
request = getInteraction().participations[0]

Regards,

Frank
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to