Hi. I hope a simple question : How can I assign a value to a property from a DTML-Method. <!-- # expr="prop1=1"--> is not the right way. prop1 is a int property of the folder containing the DTML-Method. Thanks a lot. Ciao Dirk. Dipl.-Ing. (FH) Dirk Neuber Schulze-Delitzsch-Str. 50 Software-Entwicklung Virtual Reality D-70565 Stuttgart CENIT AG Systemhaus phone: +49 (0)711 780 73 394 fax: +49 (0)711 780 73 694 email: d.neuber@cenit.de
D.Neuber@CENIT.DE schrieb:
Hi.
I hope a simple question :
How can I assign a value to a property from a DTML-Method.
<!-- # expr="prop1=1"--> is not the right way.
prop1 is a int property of the folder containing the DTML-Method.
Try <!--#call "manage_changeProperties(prop1=1)"--> in the DTML method. I've got this and other useful things from the DTML Example Folder at http://www.zope.org/Download/Contrib HTH Thomas -- fon: ++49 (0)40 42878 3781 fax: ++49 (0)40 42878 2728
participants (2)
-
D.Neuber@CENIT.DE -
Thomas Weiner