[Zope] Returning an html page using a python script
Steve Nicholson
yahoogroups@yoursolutions.com
Mon, 2 Sep 2002 12:53:02 +0100
Is there an equivalent way of doing the following dtml
in a python script (but not using a
REQUEST.RESPONSE.redirect)?
<dtml-return expr="editForm(_.None, _,
message='Saved', DictionaryOfInfo=dict_of_info)
Using:
return editForm, returns the html not the actual page.
Plus I want to pass misc info to the page but not as
the query string.
Thanks for any ideas to point me in the right
direction.
Richard