2 Sep
2002
2 Sep
'02
12:16 p.m.
Steve Nicholson wrote:
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)
This should do the same from a Python script: return context.editForm(context, context.REQUEST, message='Saved', DictionaryOfInfo=dict_of_info) regards Max M ><evolve> > >