2 Sep
2002
2 Sep
'02
11:53 a.m.
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