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