[Zope] (no subject)

Tres Seaver tseaver@palladion.com
Tue, 29 Feb 2000 15:10:58 -0600


Rico Friedrich <Rico.Friedrich@informatik.tu-chemnitz.de> asked:
> 
> hi,
> 
> is it possible to change a folder property with dtml,
> which is identified by a user input ?

  <dtml-call "manage_editProperities( REQUEST )">

will re-assign the current properties (or reset them to "empty" values) using
any values stashed in the REQUEST object with matching keys.

  <dtml-call "manage_changeProperties( foo='bar' )">

assigns only those passed in (doesn't clear others).

-- 
=========================================================
Tres Seaver         tseaver@palladion.com    713-523-6582
Palladion Software  http://www.palladion.com