[Zope] calling manage_edit on several objects

Bernd Worsch Bernd Worsch <bernd.worsch@frontsite.de>
Mon, 19 Mar 2001 15:04:38 +0100


OK, i managed to call manage_edit on the dtml-document SomeDoc and change
it's included text:

<dtml-call expr="SomeDoc.manage_edit('some text','')">

So, how can i do this if the id of my document is stored in another variable?

e.g. 

<dtml-let doc_id="'SomeDoc'">
  <dtml-call expr="???">
</dtml-let>

Thanks
Bernd

-- 

-----Bernd Worsch-----------bernd.worsch@frontsite.de--------