Le mercredi 20 juin 2007 18:04, Jacek Medrzycki a écrit :
> I can extract the object from the request, but is there a more elegant
> solution?
I only know those two solutions:
context.getPortalObject().restrictedTraverse(request.get('object_path'))
context.aq_parent.aq_parent.aq_parent
Jérome