A single 'request' from a user can be handled by multiple python scripts (ie. you get a user request, you invoke script A, script A calls script B, script B calls script C...) and all of the scripts will have access to the same REQUEST data (ie. REQUEST will remain available until you send a response back to the user).
 
If you are talking about retaining REQUEST information between two different user 'requests' then that is a whole different story...
 
 
Jonathan
----- Original Message -----
From: Nancy Donnelly
To: zope@zope.org
Sent: Thursday, December 07, 2006 5:40 PM
Subject: Re: [Zope] Simple Question

7373
----- Original Message ----
From: Maciej Wisniowski <maciej.wisniowski@coig.katowice.pl>

All of that worked, but so much for being "simple". Upon re-analysis, what I need to do is call a Script (Python) from within a page template but still retain the container.REQUEST from the previous call. That is, page template X calls page template Y which calls Script (Python) Z and Z needs the container.REQUEST of X. Is that possible?
TIA,
Nancy


Have a burning question? Go to Yahoo! Answers and get answers from real people who know.


_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )