RES: [Zope] need help

Jose Henrique dos Reis jhreis at senado.gov.br
Mon Jun 14 11:36:49 EDT 2004


You can get what you want using the request API.  The request object
encapsulates all of the information regarding the current request in Zope.
This includes, the input headers, form data, server data, and cookies.

-----Mensagem original-----
De: Parimal [mailto:parimalk at cdacindia.com]
Enviada em: segunda-feira, 14 de junho de 2004 06:31
Para: Zope user list
Assunto: [Zope] need help


Dear All.

I just started development in ZOPE. can any one help me to find out 
contain of variable in another file?
For Example.

Test_html  contains

list of the text box in user is suppose to enter information. and when  
he press submit post method has been called and it goes to python script

test_python
In this script there are some operation get executed and  a local 
variable(final_var)  gets the information now i need to refer the string 
in another document lets called it as second_html.
So i want to read the information from final_var and display in table 
format.


Please if some one can help me .

Thank you for your help.








_______________________________________________
Zope maillist  -  Zope at 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 )



More information about the Zope mailing list