[Zope] Error?
Daniel G. Rusch
drusch@globalcrossing.com
Tue, 21 Dec 1999 14:50:27 -0600
I think your looking at this from the wrong angle. There is a difference
between a variable that lives in the REQUEST space and a property of a
DTML Document (or Folder or whatever)
If I have a DTML Document with an id of Test and it has a property x of
type int then this works.
<dtml-call "Test.manage_changeProperties(x=2)">
<dtml-var "Test.x">
Of course your property was a date type, but the same applies.
Hope this helps.
DR