<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE type=text/css>DIV {
        MARGIN: 0px
}
</STYLE>

<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>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).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you are talking about retaining REQUEST 
information between two different user 'requests' then that is a whole different 
story...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Jonathan</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=nancydonnelly2006@yahoo.com 
  href="mailto:nancydonnelly2006@yahoo.com">Nancy Donnelly</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=zope@zope.org 
  href="mailto:zope@zope.org">zope@zope.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, December 07, 2006 5:40 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Zope] Simple Question</DIV>
  <DIV><BR></DIV>
  <DIV 
  style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><SPAN 
  style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; PADDING-LEFT: 3px; FONT-SIZE: xx-small; Z-INDEX: 500; LEFT: 0pt; PADDING-BOTTOM: 0px; BORDER-LEFT: black 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: sans-serif; POSITION: absolute; TOP: 0pt; BACKGROUND-COLOR: rgb(214,227,254)" 
  mlb_idspanflag="true" idspanfor="frame">73</SPAN><SPAN 
  style="BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: black 1px solid; PADDING-LEFT: 3px; FONT-SIZE: xx-small; Z-INDEX: 500; LEFT: 0pt; PADDING-BOTTOM: 0px; BORDER-LEFT: black 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: sans-serif; POSITION: absolute; TOP: 0pt; BACKGROUND-COLOR: rgb(214,227,254)" 
  mlb_idspanflag="true" idspanfor="frame">73</SPAN>
  <DIV 
  style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif">----- 
  Original Message ----<BR>
  <DIV 
  style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman,new york,times,serif">From: 
  Maciej Wisniowski &lt;<A 
  href="mailto:maciej.wisniowski@coig.katowice.pl">maciej.wisniowski@coig.katowice.pl</A>&gt;<BR><BR>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?<BR>TIA,<BR>Nancy<BR></DIV></DIV></DIV><BR>
  <HR SIZE=1>
  Have a burning question? Go to <A 
  href="http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx">Yahoo! 
  Answers</A> and get answers from real people who know.
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Zope maillist&nbsp; 
  -&nbsp; 
  Zope@zope.org<BR>http://mail.zope.org/mailman/listinfo/zope<BR>**&nbsp;&nbsp; 
  No cross posts or HTML encoding!&nbsp; **<BR>(Related lists - 
  <BR>&nbsp;http://mail.zope.org/mailman/listinfo/zope-announce<BR>&nbsp;http://mail.zope.org/mailman/listinfo/zope-dev 
  )<BR></BLOCKQUOTE></BODY></HTML>