[Zope] Editing "lines" properties via DTML

Suneel Iyer suneeli@pacsg.css.mot.com
Fri, 25 Feb 2000 15:44:46 -0600


--------------D952B5372521A07A8932393F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

I have an object with a property of type "lines". It currently contains
several line values. Is there a way to edit this object's "lines"
property values from within a DTML method? I want to delete all the
existing line values and repopulate the property with new line values. I
have tried to get to the individual line values iteratively
via <dtml-in>. In this way, I am able to access the individual line
values but can't change them. I have also tried many variations of the
"manage_changeProperties" and "manage_delProperties" methods on the
object itself to try and achieve this.  They have failed. Maybe I'm
missing something simple. Any assistance would be greatly appreciated!

--
Suneel Iyer                               Email : suneeli@pacsg.css.mot.com
Software Engineer                         Phone : (847) 523-7259
Advanced Technology Software Operations   Fax   : (847) 523-3867
Motorola Cellular Subscriber Sector       Pager : 1-800-759-8352, pin 1273286
600 North U.S. Hwy 45, MS AN363                   or email 1273286@skytel.com
Libertyville, IL  60048-1286



--------------D952B5372521A07A8932393F
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi all,
<p>I have an object with a property of type "lines". It currently contains
several line values. Is there a way to edit this object's "lines" property
values from within a DTML method? I want to delete all the existing line
values and repopulate the property with new line values. I have tried to
get to the individual line values iteratively
<br>via &lt;dtml-in>. In this way, I am able to access the individual line
values but can't change them. I have also tried many variations of the
"manage_changeProperties" and "manage_delProperties" methods on the object
itself to try and achieve this.&nbsp; They have failed. Maybe I'm missing
something simple. Any assistance would be greatly appreciated!
<pre>--&nbsp;
Suneel Iyer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Email : suneeli@pacsg.css.mot.com
Software Engineer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Phone : (847) 523-7259
Advanced Technology Software Operations&nbsp;&nbsp; Fax&nbsp;&nbsp; : (847) 523-3867
Motorola Cellular Subscriber Sector&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pager : 1-800-759-8352, pin 1273286
600 North U.S. Hwy 45, MS AN363&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or email 1273286@skytel.com
Libertyville, IL&nbsp; 60048-1286</pre>
&nbsp;</html>

--------------D952B5372521A07A8932393F--