Is there a way to change the value of the value of a proparty in a DTML script? I tried this but no success: <dtml-var "prop1='new value'"> Miklos Nemeth IQSOFT
On Sat, 13 Nov 1999, NИmeth MiklСs wrote:
Is there a way to change the value of the value of a proparty in a DTML script? I tried this but no success: <dtml-var "prop1='new value'">
I think it should be (untested): <dtml-call "manage_changeProperties(prop1='value1', prop2='value2')"> Oleg. ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
Try: <dtml-call "manage_changeProperties(prop1='new value')"> -- Jim Washington Németh Miklós wrote:
Is there a way to change the value of the value of a proparty in a DTML script? I tried this but no success: <dtml-var "prop1='new value'">
Miklos Nemeth IQSOFT
participants (3)
-
Jim Washington -
N�meth Mikl�s -
Oleg Broytmann