[Zope] None returned from manage_edit

Trevor Toenjes zope@toenjes.com
Tue, 15 Jan 2002 02:40:06 -0500


<dtml-with id><dtml-call "manage_edit(data, title)"></dtml-with>
was the answer.
hmmm...what syntax eliminates the -with?  "_[id].manage_edit(data, title)"
doesnt work.

Thanks for knocking this loose.  I was staring at it for too long.

> It looks to me like you should be using a python script for this.  I
> have to keep reminding myself, "Separate code from content."
This is just an edit_DTML_WYSIWYG method that allows authorized users to
edit 'data' of another object (the id) via a webform using IE's HTML editor.

Thanks again,
Trevor