14 Jun
2004
14 Jun
'04
9:30 a.m.
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.