9 Mar
2003
9 Mar
'03
11:21 p.m.
Jonathan Mark wrote at 2003-3-7 16:10 -0800:
I would like to be able to modify the value of a folder's property any time I access a dtml-method over the web.
However, I do not see any dtml tag which will set a folder's property. <dtml-let> inserts a new variable into the namespace but does not set a property.
You call (--> "dtml-call") the corresponding API method (--> "manage_changeProperties"). Dieter